diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-05 20:49:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-05 20:49:28 +0000 |
commit | 19292a447c6ab94251df15c6368e873fbfd3234b (patch) | |
tree | b139bede117dd41710b2149922c2ff2167b4c5b3 /test/Verifier | |
parent | 3194f575413613d3653a483859724fe63aba4b66 (diff) | |
download | external_llvm-19292a447c6ab94251df15c6368e873fbfd3234b.zip external_llvm-19292a447c6ab94251df15c6368e873fbfd3234b.tar.gz external_llvm-19292a447c6ab94251df15c6368e873fbfd3234b.tar.bz2 |
remove bogus xfailed testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/2004-01-22-FloatNormalization.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Verifier/2004-01-22-FloatNormalization.ll b/test/Verifier/2004-01-22-FloatNormalization.ll deleted file mode 100644 index c5886c0..0000000 --- a/test/Verifier/2004-01-22-FloatNormalization.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: not llvm-as < %s -o /dev/null -f -; XFAIL: * - -; make sure that invalid 'float' values are caught. - -global float 0x1 |