diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-23 16:13:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-23 16:13:52 +0000 |
commit | cf4a81e56f4a66e47d93ee0aaba374a241d11919 (patch) | |
tree | 6bdf43cfb0cb7e9882781cc537b47c98290ba757 | |
parent | c26f7a033f5416f216ef08929cbc8cb8df509ef3 (diff) |
this test is malformed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24993 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Verifier/2004-01-22-FloatNormalization.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll index 8fbfe19427..c5886c0c71 100644 --- a/test/Verifier/2004-01-22-FloatNormalization.ll +++ b/test/Verifier/2004-01-22-FloatNormalization.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: not llvm-as < %s -o /dev/null -f ; XFAIL: * ; make sure that invalid 'float' values are caught. |