Skip to content

Commit 1ae1c38

Browse files
committed
Update test
1 parent b1dd10d commit 1ae1c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ function error_test() {
338338
expect: /^(?!repl)/ },
339339
// Avoid emitting stack trace
340340
{ client: client_unix, send: 'a = 3.5e',
341-
expect: /^(?!\s+at\s)/ },
341+
expect: /^(?!\s+at\s)/gm },
342342
]);
343343
}
344344

0 commit comments

Comments
 (0)