From d4deb154870f341574ee9594f3b78ccd94395e10 Mon Sep 17 00:00:00 2001 From: Jeremy Studer Date: Sat, 27 Jan 2018 00:55:03 -0500 Subject: [PATCH] Unfudge now passing negated chain tests on JVM See . --- S03-operators/relational.t | 1 - 1 file changed, 1 deletion(-) diff --git a/S03-operators/relational.t b/S03-operators/relational.t index c7f2f81d9f..2abc1ca47a 100644 --- a/S03-operators/relational.t +++ b/S03-operators/relational.t @@ -150,7 +150,6 @@ is(0 == 0 ~~ (* == 0), 0 ~~ 0 && 0 ~~ (* == 0), "chained smartmatch == ~~ with c is 1 !before 2 !before 3, 1 !before 2 && 2 !before 3, 'chained !before'; is 1 !after 2 !after 2, 1 !after 2 && 2 !after 2, 'chained !after'; -#?rakudo.jvm 2 todo 'Chainable ops silently fail to be chained when negated R#1304' is 3 !> 3 !> 1, 3 !> 3 && 3 !> 1, 'chained !>'; is 3 !< 3 !< 2, 3 !< 3 && 3 !< 2, 'chained !<';