Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
Remove some test run leftovers, and correct some paths.
  • Loading branch information
ugexe committed Feb 24, 2018
1 parent fb83b01 commit 9fdbfbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion S10-packages/require-and-use--dead-file.t
@@ -1,7 +1,7 @@
use v6;

# L<S11/Runtime Importation>
use lib $?FILE.IO.parent.child("packages");
use lib $?FILE.IO.parent(2).child("packages");

use Test;

Expand Down
2 changes: 1 addition & 1 deletion S11-modules/nested.t
@@ -1,6 +1,6 @@
use v6;
use lib $?FILE.IO.parent(2).add("packages");
use lib $?FILE.IO.parent(2).add("packages").add("S11-modules");
use lib $?FILE.IO.parent(2).add("packages/S11-modules");

use Test;
plan 11;
Expand Down
3 changes: 1 addition & 2 deletions packages/RT128156/Needed.pm6
@@ -1,2 +1 @@
class Needed {};
#
class Needed {};

0 comments on commit 9fdbfbe

Please sign in to comment.