Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: modify unmatched message in assert
  • Loading branch information
pluris committed Jul 25, 2023
commit 1725d13aabe04f743218f0d3f2960b9770f7b6a6
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()"));