From bde66d812dd5677d049b0c3713f6ce27347ea068 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 11 Jun 2014 20:19:07 +0000 Subject: [PATCH] Remove dev/null redirect and x86 backend requirement from new test. llvm-svn: 210699 --- clang/test/Misc/win32-macho.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/test/Misc/win32-macho.c b/clang/test/Misc/win32-macho.c index fe0f9cbefde2..517bde9af936 100644 --- a/clang/test/Misc/win32-macho.c +++ b/clang/test/Misc/win32-macho.c @@ -1,3 +1,2 @@ // Check that basic use of win32-macho targets works. -// REQUIRES: x86-registered-target -// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s -o /dev/null +// RUN: %clang -fsyntax-only -target x86_64-pc-win32-macho %s