aboutsummaryrefslogtreecommitdiff
path: root/test/js
diff options
context:
space:
mode:
Diffstat (limited to 'test/js')
-rwxr-xr-xtest/js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/js b/test/js
index b756113e..f70a0ca4 100755
--- a/test/js
+++ b/test/js
@@ -13,8 +13,7 @@ if (prim || args.length==0) {
if (prim) {
let r = load('prim.bqn').split('\n')
.filter(x=>x.length>0
- &&x.charAt(0)!=='#'
- &&x.indexOf(':')===-1);
+ &&x.charAt(0)!=='#');
test = test.concat(r);
expt = expt.concat(r.map(e=>1));
}