From d375ede446cc47b806577f947fb77f000d54c863 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 10 Mar 2016 22:40:02 +0000 Subject: [PATCH] Reenable asm-errors.c r134811 made the test pass and reenabled it, but r134831 accidentally disabled it again due to a bad merge. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263168 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/asm-errors.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/asm-errors.c b/test/CodeGen/asm-errors.c index 05751a8e69..7042f313d7 100644 --- a/test/CodeGen/asm-errors.c +++ b/test/CodeGen/asm-errors.c @@ -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 -- 2.40.0