summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-06-12 21:17:40 +0000
committerJuergen Ributzka <juergen@apple.com>2014-06-12 21:17:40 +0000
commitcc738f83670c88684d1b2d393089da56c0b2a88a (patch)
tree7f58ab44861ac06772510d6c81175d93d41a7f2c /test
parent3fdfffbfa344858ce0ffb3dec9a997fb40584857 (diff)
downloadllvm-cc738f83670c88684d1b2d393089da56c0b2a88a.tar.gz
llvm-cc738f83670c88684d1b2d393089da56c0b2a88a.tar.bz2
llvm-cc738f83670c88684d1b2d393089da56c0b2a88a.tar.xz
Update test case to use "not" instead of "XFAIL".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fast-isel-args-fail2.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fast-isel-args-fail2.ll b/test/CodeGen/X86/fast-isel-args-fail2.ll
index 1b5e55c004..eddb18c2bf 100644
--- a/test/CodeGen/X86/fast-isel-args-fail2.ll
+++ b/test/CodeGen/X86/fast-isel-args-fail2.ll
@@ -1,5 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
-; XFAIL: *
+; RUN: not --crash llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
%struct.s0 = type { x86_fp80, x86_fp80 }