We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff85235 commit fc18ad6Copy full SHA for fc18ad6
test/pummel/test-repl-empty-maybelocal-crash.js
@@ -1,7 +1,7 @@
1
'use strict';
2
const common = require('../common');
3
4
-if (common.enoughTestMem) {
+if (!common.enoughTestMem) {
5
common.skip('memory-intensive test');
6
}
7
0 commit comments