[svn:parrot] r45940 - trunk/t/compilers/imcc/syn
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Fri Apr 23 18:30:48 UTC 2010
Author: darbelo
Date: Fri Apr 23 18:30:48 2010
New Revision: 45940
URL: https://trac.parrot.org/parrot/changeset/45940
Log:
Update t/compilers/imcc/syn/regressions.t after r45939.
Modified:
trunk/t/compilers/imcc/syn/regressions.t
Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t Fri Apr 23 18:05:53 2010 (r45939)
+++ trunk/t/compilers/imcc/syn/regressions.t Fri Apr 23 18:30:48 2010 (r45940)
@@ -230,10 +230,10 @@
pir_error_output_like( <<'CODE', <<'OUT', 'over long keys should not segfault (TT #641)');
.sub main
- $P0 = new [0;0;0;0;0;0;0;0;0;0;0;0] # more than KEYLEN.
+ $P0 = new [0;0;0;0;0;0;0;0;0;0;0;0] # more than MAX_KEY_LEN.
.end
CODE
-/key too complex/
+/Key too long/
OUT
# This test probably belongs in subflags.t
More information about the parrot-commits
mailing list