Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minimal change to make test pass after b9f90bc
Should be cherry picked and todo'd in errata branch
  • Loading branch information
lizmat committed Feb 10, 2016
1 parent 2ff9b09 commit 5dcda3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/weird-errors.t
Expand Up @@ -165,7 +165,7 @@ throws-like { EVAL '&&::{}[];;' },
is_run('(:::[])',
{
out => '',
err => { m/'Could not locate compile-time value'/ },
err => { m/"No such symbol ':<>'"/ },
},
'appropriate error message instead of internal compiler error' );
}

0 comments on commit 5dcda3c

Please sign in to comment.