Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a comment, now latest Moar doesn't hang.
  • Loading branch information
jnthn committed May 4, 2015
1 parent 3d9efcc commit 5c54c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/concurrency/01-thread.t
Expand Up @@ -54,7 +54,6 @@ plan(24);
}, 0);
ok(nqp::defined($t), 'Can create another new thread after previous joins');

# XXXX: nqp-m locks up here, but nqp-j does not
$tid := nqp::threadid($t);
ok($tid, 'New thread has a non-zero ID');
ok($tid != $pid, 'Parent and new thread have different IDs');
Expand Down

0 comments on commit 5c54c73

Please sign in to comment.