Skip to content

Commit 16b8fb1

Browse files
committed
[clang] Make test work on read-only fileystems
1 parent cd561bf commit 16b8fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/static-compound-literals-crash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// FIXME: These test cases currently crash during codegen, despite initializers
22
// for CLEs being constant.
3-
// RUN: not --crash %clang_cc1 -verify -std=c++20 -emit-llvm %s
3+
// RUN: not --crash %clang_cc1 -verify -std=c++20 -emit-llvm %s -o -
44
// expected-no-diagnostics
55
namespace case1 {
66
struct RR { int&& r; };

0 commit comments

Comments
 (0)