From 10a70c621d2a94a0ad3df423533a76c52b195ec5 Mon Sep 17 00:00:00 2001 From: Solomon Foster Date: Mon, 23 Apr 2012 18:18:04 -0400 Subject: [PATCH] Fudge new test. --- S03-operators/context.t | 1 + 1 file changed, 1 insertion(+) diff --git a/S03-operators/context.t b/S03-operators/context.t index 7b7bbf7fd8..3dbf26efdb 100644 --- a/S03-operators/context.t +++ b/S03-operators/context.t @@ -101,6 +101,7 @@ eval_dies_ok('&', 'Anonymous & variable outside of declaration'); #?rakudo skip '$@var syntax' #?pugs todo +#?niecza skip "Invalid hard reference syntax" { my @a = ; my $c = 0;