aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cases/header.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/header.bqn b/test/cases/header.bqn
index 8d6f1413..ac635a51 100644
--- a/test/cases/header.bqn
+++ b/test/cases/header.bqn
@@ -128,7 +128,7 @@
! % {x←4⋄x=x?;4}
! % {(𝕩?2)+1;3}1
! % {𝕊:⟨1,𝕩?2,3⟩;𝕩}1
-! % {·?2;3} # TODO detect in compiler
+! % {·?2;3}
2 % {a←2⋄4=טa,?a;6}
2 % a←2⋄{a>1?a<1?-a;a}
1 % -´{𝕩≤2?3×𝕩;𝕩}¨2‿5