From 98bbc0241b791c90ece0b7f65dc9e468cb07cbcc Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 26 Jul 2013 14:10:55 +0000 Subject: [PATCH] Add not to a command that is expected to fail. llvm-svn: 187203 --- clang/test/Driver/integrated-as.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/integrated-as.s b/clang/test/Driver/integrated-as.s index 8b0eeec..0a4b9b9 100644 --- a/clang/test/Driver/integrated-as.s +++ b/clang/test/Driver/integrated-as.s @@ -5,5 +5,5 @@ // CHECK: cc1as // CHECK-NOT: -relax-all -// RUN: %clang -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=INVALID %s +// RUN: not %clang -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=INVALID %s // INVALID: error: unsupported argument '--compress-debug-sections' to option 'Wa,' -- 2.7.4