Adjust test cases to match the fact that methods are now explicit pointer values, not explicit


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@702 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Feature/testvarargs.ll b/test/Feature/testvarargs.ll
index 79c9000..a26c81a 100644
--- a/test/Feature/testvarargs.ll
+++ b/test/Feature/testvarargs.ll
@@ -5,7 +5,7 @@
 int "testvarar"()
 begin
 	cast int 0 to sbyte*
-	call int(sbyte*, ...) %printf(sbyte * %0, int 12, sbyte 42);
+	call int(sbyte*, ...) *%printf(sbyte * %0, int 12, sbyte 42);
 	ret int %0
 end