Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Jul 15, 2016
1 parent b1dd10d commit 1ae1c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function error_test() {
expect: /^(?!repl)/ },
// Avoid emitting stack trace
{ client: client_unix, send: 'a = 3.5e',
expect: /^(?!\s+at\s)/ },
expect: /^(?!\s+at\s)/gm },
]);
}

Expand Down

0 comments on commit 1ae1c38

Please sign in to comment.