Skip to content

Commit fa6247d

Browse files
committed
[v6.d REVIEW] DSETEM with (:::[])
DSETEM = "Do Not Spec Exact Text of Error Messages". These proved of little value and were interfering with readability changes in 6.c. Keep these in Rakudo's tests for now. If other impls need it, we can always do an Appendix set of tests to the spec that impls can optionally follow. Test moved to rakudo's suite: rakudo/rakudo@b7f93bee16 Orig: 5dcda3c
1 parent a034c77 commit fa6247d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

integration/weird-errors.t

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use lib 't/spec/packages';
44
use Test;
55
use Test::Util;
66

7-
plan 33;
7+
plan 32;
88

99
# this used to segfault in rakudo
1010
is_run(
@@ -157,16 +157,6 @@ throws-like { EVAL '&&::{}[];;' },
157157
X::Undeclared::Symbols,
158158
"Doesn't die with weird internal error";
159159

160-
#RT #115326
161-
{
162-
is_run('(:::[])',
163-
{
164-
out => '',
165-
err => { m/"No such symbol ':<>'"/ },
166-
},
167-
'appropriate error message instead of internal compiler error' );
168-
}
169-
170160
#RT #127504
171161
{
172162
throws-like { "::a".EVAL }, X::NoSuchSymbol, symbol => "a",

0 commit comments

Comments
 (0)