Skip to content

Commit

Permalink
test: modify unmatched message in assert
Browse files Browse the repository at this point in the history
  • Loading branch information
pluris committed Jul 25, 2023
1 parent 8490318 commit 1725d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v8-updates/test-linux-perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ assert.ok(output.match(compiledFunctionOneRe),
assert.ok(output.match(interpretedFunctionTwoRe),
makeAssertMessage("Couldn't find interpreted functionTwo()"));
assert.ok(output.match(compiledFunctionTwoRe),
makeAssertMessage("Couldn't find compiled functionTwo"));
makeAssertMessage("Couldn't find compiled functionTwo()"));

0 comments on commit 1725d13

Please sign in to comment.