Author: coke
Date: Fri Jul 18 16:25:37 2008
New Revision: 29602
Modified:
trunk/languages/tcl/runtime/builtin/dict.pir
Log:
[tcl] pass a test in spec test's "dict.test"
Modified: trunk/languages/tcl/runtime/builtin/dict.pir
==============================================================================
--- trunk/languages/tcl/runtime/builtin/dict.pir (original)
+++ trunk/languages/tcl/runtime/builtin/dict.pir Fri Jul 18 16:25:37 2008
@@ -53,8 +53,7 @@
.return ('') # once all commands are implemented, remove this...
no_args:
- tcl_error 'wrong # args: should be "dict subcommand ?arg ...?"'
-
+ tcl_error 'wrong # args: should be "dict subcommand ?argument ...?"'
.end
.HLL '_Tcl', ''