diff --git a/test/parallel/test-tick-processor.js b/test/parallel/test-tick-processor.js index b22e2ec14a3c6e..3f6e006c386798 100644 --- a/test/parallel/test-tick-processor.js +++ b/test/parallel/test-tick-processor.js @@ -35,7 +35,7 @@ if (common.isWindows || console.log('1..0 # Skipped: C++ symbols are not mapped for this os.'); return; } -runTest(/RunInDebugContext/, +runTest(/RunInDebugContext/i, `function f() { require(\'vm\').runInDebugContext(\'Debug\'); setImmediate(function() { f(); });