From 4e0957f668af8019e86b798b38b57713c9deeb01 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 29 May 2025 02:45:44 +0300 Subject: [PATCH] clarify message on failing to compute expected result --- test/run.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.bqn b/test/run.bqn index abd9e664..98146c98 100644 --- a/test/run.bqn +++ b/test/run.bqn @@ -170,7 +170,7 @@ Run ← { 𝕊 testname: PreEval@ ⟨dir, ∾⟨testname,"_line_",•Repr currLn+1,".bqn"⟩, ⟨helpers,"arg0",1⟩⟩ •BQN 𝕩 } - EvalS ← •BQN⎊{𝕊: Bad "Bad comparison value" ⋄ "(bad)"} + EvalS ← •BQN⎊{𝕊: Bad "Computing expected value errored" ⋄ "(could not compute expected value)"} toRun ← tests toRun {{𝕩.enabled}∘⊑¨⊸/𝕩}↩ skipped+↩ (≠tests)-≠toRun