diff options
| author | Juergen Ributzka <juergen@apple.com> | 2014-06-12 21:17:40 +0000 |
|---|---|---|
| committer | Juergen Ributzka <juergen@apple.com> | 2014-06-12 21:17:40 +0000 |
| commit | 14832b0ff7711bf29be94ba745862b76e231407a (patch) | |
| tree | e54a0416853b5e48034f0d5f8eac0208d7d7960f /llvm | |
| parent | fd5c553f54237715fbaf8b76736cef7f500c3abc (diff) | |
| download | bcm5719-llvm-14832b0ff7711bf29be94ba745862b76e231407a.tar.gz bcm5719-llvm-14832b0ff7711bf29be94ba745862b76e231407a.zip | |
Update test case to use "not" instead of "XFAIL".
llvm-svn: 210829
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-args-fail2.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll b/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll index 1b5e55c004a..eddb18c2bf0 100644 --- a/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll +++ b/llvm/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 } |

