From 523bd0ff0644915b3622e139587661932323d090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 25 Nov 2019 22:02:26 +0100 Subject: [PATCH] :art: Remove memoize arg test --- tests/sh/opt.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/sh/opt.sh b/tests/sh/opt.sh index 00f57d10..039f39ae 100644 --- a/tests/sh/opt.sh +++ b/tests/sh/opt.sh @@ -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" -- 2.43.0