aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz.bqn
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzz.bqn')
-rw-r--r--test/fuzz.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz.bqn b/test/fuzz.bqn
index e71ff5b7..afe4dbc0 100644
--- a/test/fuzz.bqn
+++ b/test/fuzz.bqn
@@ -196,7 +196,7 @@ _testSelect ← { # /⊏
d ← 𝕨 gen.Struct sh
RandInd ← 0⊸≠◶⟨⟨⟩,gen.Index⟜(⥊‿RandShape _randChoose)˜⟩
g ← ({⊏} = 𝕗) ⊏ RandRep‿RandInd
- g { ! (n𝕎 ⊑sh) 𝕏 _testConsistent_ ≡ d }¨ 𝕗
+ g { ! (n𝕎 0⊣´sh) 𝕏 _testConsistent_ ≡ d }¨ 𝕗
g { ! (l𝕎¨l≠⊸↑sh) 𝕏 _testConsistent_ ≡ d }⍟((0<≠l)∨⊔˙⊸≠)¨ 𝕗
}