Skip to content

Commit eff3960

Browse files
committed
Fix baseline file name changes
1 parent 3e30a7c commit eff3960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ Actual: ${stringify(fullActual)}`);
14171417
}
14181418

14191419
public baselineCurrentFileBreakpointLocations() {
1420-
const baselineFile = this.getBaselineFileName().replace(this.basePath + "/breakpointValidation", "bpSpan");
1420+
const baselineFile = this.getBaselineFileName().replace("breakpointValidation", "bpSpan");
14211421
Harness.Baseline.runBaseline(baselineFile, this.baselineCurrentFileLocations(pos => this.getBreakpointStatementLocation(pos)!));
14221422
}
14231423

0 commit comments

Comments
 (0)