From: Rafael Espindola Date: Fri, 26 Jul 2013 14:10:55 +0000 (+0000) Subject: Add not to a command that is expected to fail. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98bbc0241b791c90ece0b7f65dc9e468cb07cbcc;p=platform%2Fupstream%2Fllvm.git Add not to a command that is expected to fail. llvm-svn: 187203 --- 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,'