aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-03 19:07:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-03 19:07:37 -0500
commitfa752481c9e9b166ba9232d4eff61b85a07290e6 (patch)
tree6badcde938b28d36c96c089a6051746cc9adf4e6 /test
parent2bb74c700ab711846bf95059eea10fed6f8e0740 (diff)
Don't use predicates to see if there are predicates
Diffstat (limited to 'test')
-rw-r--r--test/report.bqn6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/report.bqn b/test/report.bqn
index 2495fa36..37fe3af9 100644
--- a/test/report.bqn
+++ b/test/report.bqn
@@ -8,11 +8,7 @@ Supports ← {
r ← {("!"⊸≡◶⟨<Native,0˙⟩𝕨) ≢ <∘Exec⎊0𝕩}´¨ c
f‿e ← +` 2↑/⁼ r / ("!"≡⊑)¨c
W ← ∾⟜(∾⟜" of "⊸∾○•Repr⟜(≠c))
- {
- e=0 ? "Passing" ;
- f=0 ? "Ignores errors: " W e ;
- "Failed " W e
- }
+ f 0⊸≠◶⟨"Passing", 0⊸≠◶"Ignores errors: "‿"Failed "⊸W⟩ e
}
Row ← {∾"| "‿𝕨‿" | "‿𝕩}
head ← ⋈⟜(⊢+'|'⊸≠×'-'⊸-) "Feature " Row "Support"