From 14382ba7b7a0d9e4679a9e83f93dd6642e388619 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187203 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/integrated-as.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/integrated-as.s b/test/Driver/integrated-as.s index 8b0eeec23e..0a4b9b971b 100644 --- a/test/Driver/integrated-as.s +++ b/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.40.0