Skip to content

Commit fc18ad6

Browse files
committed
fixup! test: skip if memory is too low
Signed-off-by: Darshan Sen <raisinten@gmail.com>
1 parent ff85235 commit fc18ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pummel/test-repl-empty-maybelocal-crash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
const common = require('../common');
33

4-
if (common.enoughTestMem) {
4+
if (!common.enoughTestMem) {
55
common.skip('memory-intensive test');
66
}
77

0 commit comments

Comments
 (0)