We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209a640 commit 370a623Copy full SHA for 370a623
clang/test/3C/inline_anon_structs.c
@@ -1,9 +1,4 @@
1
-// RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s
2
-// RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
3
-// RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
4
-// RUN: 3c -output-postfix=checked -alltypes %s
5
-// RUN: 3c -alltypes %S/inline_anon_structs.checked.c -- | count 0
6
-// RUN: rm %S/inline_anon_structs.checked.c
+// RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'
7
8
9
/*This code ensures conversion happens as expected when
0 commit comments