]> granicus.if.org Git - clang/commitdiff
disable this test to get the botz green again.
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 07:14:54 +0000 (07:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 07:14:54 +0000 (07:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134808 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/asm-errors.c

index cd4d1ffa528d72542648f35eea7353b4197ef500..438c82ba74db9d4cd2d3db8f6f8ae20ee019143d 100644 (file)
@@ -1,6 +1,8 @@
 // REQUIRES: x86-registered-target
-// RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
-// RUN: FileCheck %s < %t
+
+// RUN: true
+// UN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
+// UN: FileCheck %s < %t
 
 int test1(int X) {
 // CHECK: error: invalid instruction mnemonic 'abc'