Skip to content

Commit 1b3da90

Browse files
committed
fixing baseline
1 parent 93db897 commit 1b3da90

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules2/amd/visibilityOfTypeUsedAcrossModules2.errors.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ main.ts(3,1): error TS6053: File 'nonExistingFile2.ts' not found.
1212
!!! error TS6053: File 'nonExistingFile1.ts' not found.
1313
/// <reference path="nonExistingFile2.ts" />
1414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15-
!!! error TS6053: File 'nonExistingFile2.ts' not found.
16-
15+
!!! error TS6053: File 'nonExistingFile2.ts' not found.

tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules2/node/visibilityOfTypeUsedAcrossModules2.errors.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ main.ts(3,1): error TS6053: File 'nonExistingFile2.ts' not found.
1212
!!! error TS6053: File 'nonExistingFile1.ts' not found.
1313
/// <reference path="nonExistingFile2.ts" />
1414
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15-
!!! error TS6053: File 'nonExistingFile2.ts' not found.
16-
15+
!!! error TS6053: File 'nonExistingFile2.ts' not found.

0 commit comments

Comments
 (0)