Skip to content

Commit

Permalink
removed test for erroneous RT #118407
Browse files Browse the repository at this point in the history
  • Loading branch information
LLFourn committed Jan 27, 2016
1 parent 1753160 commit 6865ca6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions S11-modules/require.t
Expand Up @@ -44,13 +44,6 @@ is GLOBAL::InnerModule::EXPORT::DEFAULT::<&bar>(), 'Inner::bar', 'can call our-s
is bar(), 'Inner::bar', 'can load InnerModule by name and path, with import list';
}

#RT #118407
#?rakudo skip "Trying to import from 'InnerModule', but the following symbols are missing: quux RT #118407"
{
require InnerModule:file($name) <quux>;
is quux(), 'Inner::quux', "can import quux without ampersand (&quux)";
}

# no need to do that at compile time, since require() really is run time
PROCESS::<$REPO> := CompUnit::Repository::FileSystem.new(:prefix<t/spec/packages>, :next-repo($*REPO));

Expand Down

0 comments on commit 6865ca6

Please sign in to comment.