From cf4a81e56f4a66e47d93ee0aaba374a241d11919 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 23 Dec 2005 16:13:52 +0000 Subject: [PATCH] this test is malformed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24993 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Verifier/2004-01-22-FloatNormalization.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll index 8fbfe194277..c5886c0c712 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.