Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix file_line.t
  • Loading branch information
moritz committed May 8, 2012
1 parent e81414b commit 461a624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-magicals/file_line.t
Expand Up @@ -6,7 +6,7 @@ use Test;
plan 2;

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

# L<S02/Names/Which file am I in>
# try to be robust for implementations that use Win32 file paths, or
Expand Down

0 comments on commit 461a624

Please sign in to comment.