Skip to content

Commit

Permalink
[cage] Fix 4 asynch typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 25, 2012
1 parent 57382f8 commit 64fd80f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/pmc/filehandle.t
Expand Up @@ -163,7 +163,7 @@ CODE
OUT

SKIP: {
skip 'no asynch calls yet' => 1;
skip 'no async calls yet' => 1;

pir_output_is( <<'CODE', <<'OUT', 'open and close - asynchronous' );
.sub 'test' :main
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/nci.t
Expand Up @@ -1917,7 +1917,7 @@ OUTPUT
.local int current
wait:
# Give the scheduler a point to interrupt this Task
# and switch to the asynchonous callback Task
# and switch to the asynchronous callback Task
pass
# Usually a single pass will be enough, but on a loaded system preemption
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/parrotio.t
Expand Up @@ -81,7 +81,7 @@ OUT
unlink 'new_file';

SKIP: {
skip 'no asynch calls yet' => 1;
skip 'no async calls yet' => 1;

pir_output_is( <<'CODE', <<'OUT', 'open and close - asynchronous' );
.sub 'test' :main
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/stringhandle.t
Expand Up @@ -111,7 +111,7 @@ CODE
OUT

SKIP: {
skip 'no asynch calls yet' => 1;
skip 'no async calls yet' => 1;

pir_output_is( <<'CODE', <<'OUT', 'open and close - asynchronous' );
.sub 'test' :main
Expand Down

0 comments on commit 64fd80f

Please sign in to comment.