Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge a couple of passing tests.
  • Loading branch information
jnthn committed May 8, 2012
1 parent e63e982 commit 65f0631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S02-magicals/file_line.t
Expand Up @@ -6,13 +6,11 @@ use Test;
plan 2;

# L<S02/Names/Which line am I at>
#?rakudo skip '$?LINE not implemented'
is($?LINE, 10, '$?LINE works');

# L<S02/Names/Which file am I in>
# try to be robust for implementations that use Win32 file paths, or
# absolute paths, or whatever
#?rakudo skip '$?FILE not implemented'
ok($?FILE ~~ rx/'S02-magicals'<[\/\\]>'file_line.t'/, '$?FILE works');


Expand Down

0 comments on commit 65f0631

Please sign in to comment.