fix bogus test
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jan 2010 19:24:49 +0000 (19:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jan 2010 19:24:49 +0000 (19:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93069 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2009-06-05-no-implicit-float.ll

index 0d02e3c9e2f5a4ba3f6f637dbe2937044413988a..3f07170316763a14f17bf07f07de2b53337aa486 100644 (file)
@@ -1,4 +1,4 @@
 
 ; RUN: opt < %s -verify -S | grep noimplicitfloat
-define void @f() noimplicitfloat {
-}
+declare void @f() noimplicitfloat
+