Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created January 1, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/f2a7d0c461f044adaed9044026f3ce2b to your computer and use it in GitHub Desktop.
Save zoffixznet/f2a7d0c461f044adaed9044026f3ce2b to your computer and use it in GitHub Desktop.
diff --git a/S02-types/capture.t b/S02-types/capture.t
index 1b4239b8c..1b7828ba8 100644
--- a/S02-types/capture.t
+++ b/S02-types/capture.t
@@ -332,6 +332,8 @@ subtest 'types whose .Capture behaves like Mu.Capture' => {
DateTime.new(:2015year).Instant.&has-nameds: %(:tai(1420070435.0));
+ #?DOES 1
+ #?rakudo skip 'meows'
(start {sleep .5}).&has-nameds: %(:status(PromiseStatus::Planned));
.&has-nameds: %(:path(.path), :CWD(.CWD)) with make-temp-file;
.&has-nameds: %(:command(.command), :exitcode(.exitcode), :signal(.signal))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment