Author: bernhard
Date: Mon Jan 8 14:25:15 2007
New Revision: 16502
Modified:
trunk/t/op/cmp-nonbranch.t
Log:
#41157: [PATCH] Fix a typo in t/op/cmp-nonbranch.t
Courtest of [EMAIL PROTECTED]
Modified: trunk/t/op/cmp-nonbranch.t
==============================================================================
--- trunk/t/op/cmp-nonbranch.t (original)
+++ trunk/t/op/cmp-nonbranch.t Mon Jan 8 14:25:15 2007
@@ -1198,7 +1198,7 @@
.local string exp, res
.local string desc
- .SET_DESC('isnull')
+ .SET_DESC('cmp')
init:
set I0, 10
@@ -1257,3 +1257,9 @@
is(exp, res, desc)
.end
+# Local Variables:
+# mode: cperl
+# cperl-indent-level: 4
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4: