Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 9, 2017
1 parent 1ba85e8 commit 3dce753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S10-packages/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ eval-lives-ok 'package A1 { role B1 {}; class C1 does A1::B1 {}} ',
'two different packages should be two different Baz';

eval-lives-ok '{ package E1Home { enum EHomeE <a> }; package E2Home { role EHomeE {}; class EHomeC does E2Home::EHomeE {} } }',
'two different packages should be two different EHomeE';
'two different packages should be two different EHomeE';
}

# making test below todo causes trouble right now ...
Expand Down Expand Up @@ -134,15 +134,15 @@ our $outer_package = 19;
# change tests to match likely error (top of file) when they pass (RT #64204)
{
try { EVAL 'my $x = ::P' };
ok ~$! !~~ /<&fairly_conclusive_platform_error>/,
ok ~$! !~~ /<&fairly_conclusive_platform_error>/,
'simple package case that should not blow platform';

try { EVAL 'A::B' };
ok ~$! ~~ /<&likely_perl6_not_found_err>/,
'another simple package case that should not blow platform';
}

eval-lives-ok q' module MapTester { (1, 2, 3).map: { $_ } } ',
eval-lives-ok q' module MapTester { (1, 2, 3).map: { $_ } } ',
'map works in a module (RT #64606)';

{
Expand Down

0 comments on commit 3dce753

Please sign in to comment.