summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-import-referrer.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-import-referrer.js')
-rw-r--r--test/parallel/test-repl-import-referrer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-repl-import-referrer.js b/test/parallel/test-repl-import-referrer.js
index d77d70a031..1c12567fcd 100644
--- a/test/parallel/test-repl-import-referrer.js
+++ b/test/parallel/test-repl-import-referrer.js
@@ -4,7 +4,7 @@ const assert = require('assert');
const cp = require('child_process');
const fixtures = require('../common/fixtures');
-const args = ['--interactive', '--experimental-repl-await'];
+const args = ['--interactive'];
const opts = { cwd: fixtures.path('es-modules') };
const child = cp.spawn(process.execPath, args, opts);