r187203 - Add not to a command that is expected to fail.

Rafael Espindola rafael.espindola at gmail.com
Fri Jul 26 07:10:55 PDT 2013


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,'





More information about the cfe-commits mailing list