move test/hashmap.bqn to test/run.bqn system
This commit is contained in:
parent
405d0ee0e1
commit
a987efea5b
@ -1,8 +1,10 @@
|
||||
u ← ⌊100×(•UnixTime+1|100וMonoTime)@
|
||||
ro← •MakeRand •Show u
|
||||
### WHOLE-FILE-TEST
|
||||
# •HashMap fuzzing
|
||||
helpers ← ⊑•args
|
||||
ro ← helpers.GetRand@
|
||||
R ← ro.Range
|
||||
|
||||
err ← 1 # Run operations that should error
|
||||
err ← ¬helpers.shouldNotError # %ALLOW_CATCH
|
||||
|
||||
Test ← {iter 𝕊 n:
|
||||
# Global set of keys that might be used
|
||||
Loading…
Reference in New Issue
Block a user