Fix a bug in the testcase
authorChris Lattner <sabre@nondot.org>
Sat, 3 Dec 2005 17:20:57 +0000 (17:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Dec 2005 17:20:57 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24579 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2005-12-02-TailCallBug.ll

index 0adb3b72a2ba1eadfdbc1f9ec8ae0543f32c0040..92d87ddcbf1e3d3f1ac8aab4343f625ec9e6d5d7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s | lli
+; RUN: llvm-as %s | lli
 
 ; PR672