Skip to content

Commit

Permalink
Change initialiser from todo test to normal test
Browse files Browse the repository at this point in the history
  • Loading branch information
benkasminbullock committed Apr 28, 2017
1 parent 947f448 commit 5a4531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ sub test_verbatim
ok (! $output, "no output with $file");
ok (-f $hfile, "made $hfile ok");
my $htext = read_text ($hfile);
unlike ($htext, qr/99/, "Did not copy 99 into $hfile");
TODO: {
local $TODO = 'Fix multiple errors with verbatim copying';
unlike ($htext, qr/99/, "Did not copy 99 into $hfile");
unlike ($htext, qr/#if\s+0.*#if\s+0/s,
"No doubled preprocessor conditionals");
ok ($errors, "get errors with initializer in verbatim region");
Expand Down

0 comments on commit 5a4531c

Please sign in to comment.