Skip to content

Commit 542ec11

Browse files
committed
Remove --thread-cache=0 from limit_zero test.
1 parent ddf5983 commit 542ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/truffle/integration/limit-zero.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
source test/truffle/common.sh.inc
44

55
export TRUFFLERUBY_CHECK_PREINITIALIZED_SPEC=false
6-
jt test fast -- --default-cache=0 --thread-cache=0 --identity-cache=0 --class-cache=0 --array-dup-cache=0 --array-strategy-cache=0 --pack-unroll=0 --global-variable-max-invalidations=0
6+
jt test fast -- --default-cache=0 --identity-cache=0 --class-cache=0 --array-dup-cache=0 --array-strategy-cache=0 --pack-unroll=0 --global-variable-max-invalidations=0

0 commit comments

Comments
 (0)