Skip to content

Commit

Permalink
Looks like inline_anon_structs matches the "common" RUN script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmccutchen-cci committed Jan 5, 2021
1 parent 209a640 commit 370a623
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions clang/test/3C/inline_anon_structs.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// RUN: 3c -alltypes -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_ALL","CHECK" %s
// RUN: 3c -addcr %s -- | FileCheck -match-full-lines -check-prefixes="CHECK_NOALL","CHECK" %s
// RUN: 3c -addcr %s -- | %clang -c -fcheckedc-extension -x c -o /dev/null -
// RUN: 3c -output-postfix=checked -alltypes %s
// RUN: 3c -alltypes %S/inline_anon_structs.checked.c -- | count 0
// RUN: rm %S/inline_anon_structs.checked.c
// RUN: %S/3c-regtest.py --predefined-script common %s -t %t --clang '%clang'


/*This code ensures conversion happens as expected when
Expand Down

0 comments on commit 370a623

Please sign in to comment.