Skip to content

Commit 1d8775a

Browse files
Liviu RauDevtools-frontend LUCI CQ
authored andcommitted
[cleanup] Another missed path
No-Tree-Checks: true No-Try: true Bug: 455490657 Change-Id: I621709a97cb0e957339aa3413061528ac1f2baf5 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7170520 Commit-Queue: Liviu Rau <[email protected]> Reviewed-by: Samiya Caur <[email protected]>
1 parent a576afd commit 1d8775a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_non_hosted/helpers/sources-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ export class WasmLocationLabels {
749749
originalLine: number,
750750
originalColumn: number,
751751
}>;
752-
const sourceFileName = path.join(GEN_DIR, 'test', 'e2e', 'resources', source);
752+
const sourceFileName = path.join(GEN_DIR, 'test', 'e2e_non_hosted', 'resources', source);
753753
const sourceFile = fs.readFileSync(sourceFileName, {encoding: 'utf-8'});
754754
const labels = new Map<string, number>();
755755
for (const [index, line] of sourceFile.split('\n').entries()) {

0 commit comments

Comments
 (0)