fix buggy test

llvm-svn: 21937
diff --git a/llvm/test/Regression/Transforms/SCCP/sccptest.ll b/llvm/test/Regression/Transforms/SCCP/sccptest.ll
index 94a3364..f2f87f97 100644
--- a/llvm/test/Regression/Transforms/SCCP/sccptest.ll
+++ b/llvm/test/Regression/Transforms/SCCP/sccptest.ll
@@ -3,7 +3,7 @@
 ;
 ; RUN: llvm-as < %s | opt -sccp -constprop -dce -cfgsimplify | llvm-dis | not grep BB3
 
-int %test function(int %i0, int %j0) {
+int %testfunction(int %i0, int %j0) {
 BB1:
 	br label %BB2
 BB2: