From 19ae1175ae8d2597d16ea5ce7bb9f0993cd6765c Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 12 Aug 2013 12:51:05 +0000 Subject: Fix FileCheck --check-prefix lines. Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174 --- clang/test/Driver/fpack-struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Driver/fpack-struct.c') diff --git a/clang/test/Driver/fpack-struct.c b/clang/test/Driver/fpack-struct.c index cc75da5bc0f..da98ae948b7 100644 --- a/clang/test/Driver/fpack-struct.c +++ b/clang/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" -- cgit v1.2.3