Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TODO 02-embed test
  • Loading branch information
moritz committed Sep 21, 2011
1 parent f1c805a commit e7ed52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-embed/01-load.pir
Expand Up @@ -21,7 +21,7 @@ Tests the loading of perl6.pbc . This file is used by t/02-embed/01-load.t
.end

.sub test_load
lives_ok(<<'CODE',"can load_bytecode perl6.pbc")
lives_ok(<<'CODE',"can load_bytecode perl6.pbc", 'todo' => 'embedding')
.sub main
load_bytecode "perl6.pbc"
.end
Expand Down

0 comments on commit e7ed52f

Please sign in to comment.