Skip to content

Commit

Permalink
skip with message
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Sep 3, 2013
1 parent ee68135 commit 60e201b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/hll/02-modules.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! nqp

say("1..0 skip design changes, need re-work");
say("1..0 # Skipped: design changes, need re-work");

# plan(4);
#
Expand Down
2 changes: 1 addition & 1 deletion t/hll/03-exports.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! nqp

say("1..0 skip design changes (EXPORT now lexical), need re-work");
say("1..0 # Skipped: design changes (EXPORT now lexical), need re-work");

#plan(8);
#
Expand Down
2 changes: 1 addition & 1 deletion t/hll/04-import.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! nqp

say("1..0 skip design changes (EXPORT now lexical), need re-work");
say("1..0 # Skipped: design changes (EXPORT now lexical), need re-work");

#plan(3);
#
Expand Down

0 comments on commit 60e201b

Please sign in to comment.