Author: rafael
Date: Fri Jul 26 09:10:55 2013
New Revision: 187203

URL: http://llvm.org/viewvc/llvm-project?rev=187203&view=rev
Log:
Add not to a command that is expected to fail.

Modified:
    cfe/trunk/test/Driver/integrated-as.s

Modified: cfe/trunk/test/Driver/integrated-as.s
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/integrated-as.s?rev=187203&r1=187202&r2=187203&view=diff
==============================================================================
--- cfe/trunk/test/Driver/integrated-as.s (original)
+++ cfe/trunk/test/Driver/integrated-as.s Fri Jul 26 09:10:55 2013
@@ -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,'


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to