Skip to content

Commit

Permalink
update test according to r28201
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@28229 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Sep 13, 2009
1 parent d9cb231 commit 828aa7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions S02-magicals/env.t
Expand Up @@ -123,10 +123,10 @@ ok !%*ENV.exists("does_not_exist"), "exists() returns false on a not defined env
}

# following doesn't parse yet
#?rakudo skip 'Unknown import list expression in use'
#?rakudo skip 'infix:<defines>'
{
# It must be importable
use GLOBAL <%ENV>;
GLOBAL defines <%ENV>;
ok +%ENV.keys, 'imported %ENV has keys';
}

Expand Down
1 change: 0 additions & 1 deletion TODO
Expand Up @@ -28,7 +28,6 @@ Here's a list of what needs to be done, along with the revisions that changed
the spec (newest first)

* (r28208, r28210, r28213, r28215) Temporal updates
* (r28201) [S06] remove the slightly non-sensical 'use GLOBAL' in favor of 'defines'
* (r28199) Execution time of package blocks and module mainline code
* (r28196, r28197) Stubbed classes
* (r28188) [S04] clarify semantics of break for masak++
Expand Down

0 comments on commit 828aa7c

Please sign in to comment.