]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove memoize arg test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 25 Nov 2019 21:02:26 +0000 (22:02 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 25 Nov 2019 21:02:26 +0000 (22:02 +0100)
tests/sh/opt.sh

index 00f57d102be4fe07656cc22936f99036adfb9682..039f39aee20407755f113825ccc506ea479a2355 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# [test] #20
+# [test] #19
 
 n=0
 [ "$1" ] && n="$1"
@@ -57,10 +57,6 @@ rm "$RC"
 n=$((n+1))
 run "$n" "loop" "-l0" "file"
 
-# memoization
-n=$((n+1))
-run "$n" "memoize" "-z2 tests/new/pure*.gw" "file"
-
 # (fake) module arg
 n=$((n+1))
 run "$n" "module argument" "-mfake:test" "file"