This is an automatically generated mail to inform you that tests are now
available in t/spec/S03-operators/autoincrement.t
commit d801d90aaa095ca33f24d92bdb467c698b456d7f
Author: moritz <mor...@c213334d-75ef-0310-aa23-eaa082d1ae64>
Date: Tue Feb 16 09:34:03 2010 +0000
test for RT #63644 now passes
git-svn-id: http://svn.pugscode.org/p...@29743
c213334d-75ef-0310-aa23-eaa082d1ae64
diff --git a/t/spec/S03-operators/autoincrement.t
b/t/spec/S03-operators/autoincrement.t
index 6805ef4..66f36d1 100644
--- a/t/spec/S03-operators/autoincrement.t
+++ b/t/spec/S03-operators/autoincrement.t
@@ -191,7 +191,6 @@ is(%z{0}, $base, '%z{0}');
}
# RT #63644
-#?rakudo todo 'RT #63644'
eval_dies_ok 'my $a; $a++ ++;', 'parse error for "$a++ ++"';
# vim: ft=perl6