Skip to content

Commit 9d1f6d4

Browse files
committed
fixup! test: update test-linux-perf-logger
1 parent cae04fd commit 9d1f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v8-updates/test-linux-perf-logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const testCases = [
6868
nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--no-opt'],
6969
matches: [
7070
'JS:~functionOne .+/linux-perf-logger.js',
71-
'~functionTwo .+/linux-perf-logger.js',
71+
'JS:~functionTwo .+/linux-perf-logger.js',
7272
],
7373
noMatches: ['\\*functionOne', '\\*functionTwo', 'test-regex'],
7474
},

0 commit comments

Comments
 (0)