[test] Fix a test failure, this test is only applicable in debug mode

llvm-svn: 193586
This commit is contained in:
Shankar Easwaran 2013-10-29 05:26:49 +00:00
parent 2bc24928d3
commit 51bfb820cc
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# This tests the functionality of the RoundTrip Passes and verifies
# that the atoms belong to the native file after the passes finish
# REQUIRES: debug
RUN: lld -flavor gnu -target x86_64 %p/Inputs/foo.o.x86-64 --noinhibit-exec \
RUN: --output-filetype=yaml -o %t1
RUN: FileCheck %s < %t1