diff options
Diffstat (limited to 'test/Driver/fpack-struct.c')
-rw-r--r-- | test/Driver/fpack-struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/fpack-struct.c b/test/Driver/fpack-struct.c index cc75da5..da98ae9 100644 --- a/test/Driver/fpack-struct.c +++ b/test/Driver/fpack-struct.c @@ -1,7 +1,7 @@ // RUN: %clang -fpack-struct -### %s 2> %t // RUN: FileCheck < %t %s // RUN: %clang -fpack-struct=8 -### %s 2> %t -// RUN: FileCheck < %t %s --check-prefix=EQ +// RUN: FileCheck < %t %s --check-prefix=CHECK-EQ // CHECK: "-cc1" // CHECK: "-fpack-struct=1" |