From 370a62384025701a875d75814407e94599463e93 Mon Sep 17 00:00:00 2001 From: "Matt McCutchen (Correct Computation)" Date: Tue, 5 Jan 2021 14:17:24 -0500 Subject: [PATCH] Looks like inline_anon_structs matches the "common" RUN script. --- clang/test/3C/inline_anon_structs.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/clang/test/3C/inline_anon_structs.c b/clang/test/3C/inline_anon_structs.c index d57437446c40..a9458f3e0195 100644 --- a/clang/test/3C/inline_anon_structs.c +++ b/clang/test/3C/inline_anon_structs.c @@ -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