Skip to content

Commit 370a623

Browse files
Looks like inline_anon_structs matches the "common" RUN script.
1 parent 209a640 commit 370a623

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

clang/test/3C/inline_anon_structs.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'
72

83

94
/*This code ensures conversion happens as expected when

0 commit comments

Comments
 (0)