Author: kjs
Date: Thu Oct  4 04:11:10 2007
New Revision: 21819

Modified:
   trunk/t/op/sprintf.t

Log:
t/op/sprintf.t:
* replace .sym by .local

Modified: trunk/t/op/sprintf.t
==============================================================================
--- trunk/t/op/sprintf.t        (original)
+++ trunk/t/op/sprintf.t        Thu Oct  4 04:11:10 2007
@@ -241,8 +241,8 @@
     print "'\n"
 
   eh_sprintf:
-    .sym pmc exception
-    .sym string message
+    .local pmc exception
+    .local string message
     get_results '(0,0)', exception, message
     $I0 = index message, 'is not a valid sprintf format'
     if $I0 == -1 goto other_error

Reply via email to