From 33111d4345cc91abdc9e4c340e73dd914e3f9274 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sun, 1 Nov 2009 23:45:25 +0100 Subject: [PATCH] remove two junction related tests from spectest.data One was deleted, the other one now assumes we can call $j!eigenstates, which is not so easy, and needs some magic and scary preamble, which we don't know yet. So from a Rakudo perspective that test is dead, but since it's based on a spec change that's OK for now. --- t/spectest.data | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/spectest.data b/t/spectest.data index 73287961938..2a6d98171ff 100644 --- a/t/spectest.data +++ b/t/spectest.data @@ -108,10 +108,8 @@ S02-whitespace_and_comments/pod-in-multi-line-exprs.t S02-whitespace_and_comments/unicode-whitespace.t S02-whitespace_and_comments/unspace.t S03-junctions/autothreading.t -S03-junctions/basic.t S03-junctions/boolean-context.t S03-junctions/chained-operators.t -S03-junctions/eigenstates.t S03-junctions/misc.t S03-operators/arith.t S03-operators/assign-is-not-binding.t