Reenable asm-errors.c
authorNico Weber <nicolasweber@gmx.de>
Thu, 10 Mar 2016 22:40:02 +0000 (22:40 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 10 Mar 2016 22:40:02 +0000 (22:40 +0000)
r134811 made the test pass and reenabled it, but r134831
accidentally disabled it again due to a bad merge.

llvm-svn: 263168

clang/test/CodeGen/asm-errors.c

index 05751a8..7042f31 100644 (file)
@@ -1,8 +1,7 @@
 // REQUIRES: x86-registered-target
 
-// RUN: true
-// UN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
-// UN: FileCheck %s < %t
+// RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
+// RUN: FileCheck %s < %t
 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm-bc %s -o %t.bc
 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-obj %t.bc -o /dev/null 2>&1 | \
 // RUN:   FileCheck --check-prefix=CRASH-REPORT %s