Author: kjs
Date: Thu Oct 4 04:12:26 2007
New Revision: 21820
Modified:
trunk/t/op/sprintf.t
Log:
t/op/sprintf.t:
* remove parentheses of get_results op argument.
Modified: trunk/t/op/sprintf.t
==============================================================================
--- trunk/t/op/sprintf.t (original)
+++ trunk/t/op/sprintf.t Thu Oct 4 04:12:26 2007
@@ -243,7 +243,7 @@
eh_sprintf:
.local pmc exception
.local string message
- get_results '(0,0)', exception, message
+ get_results '0,0', exception, message
$I0 = index message, 'is not a valid sprintf format'
if $I0 == -1 goto other_error
$I0 = index expected, ' INVALID'