Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
t/nqp/67-threads.t: fix test - print ok 1
  • Loading branch information
Reini Urban committed Dec 3, 2012
1 parent 98cc8bd commit 35cff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/67-threads.t
@@ -1,7 +1,7 @@
plan(1);

say("# Task 1");
my $x := "ok";
my $x := "ok 1";

my $a := sub foo() {
say($x);
Expand Down

0 comments on commit 35cff96

Please sign in to comment.