Skip to content

Commit e77ae99

Browse files
committed
Update test baselines.
1 parent f626337 commit e77ae99

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
failed to export node 0 in export 1 for test case `export-already-exists`
22

33
Caused by:
4-
export name `foo` already exists in the graph
4+
an export with the name `foo` already exists
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
failed to encode the graph
22

33
Caused by:
4-
an instantiation of package `test:foo` implicitly imports an item named `foo`, but it conflicts with an explicit import node of the same name
4+
an instantiation of package `test:foo` implicitly imports an item named `foo`, but it conflicts with an explicit import of the same name
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
failed to export node 0 in export 0 for test case `invalid-export-name`
22

33
Caused by:
4-
0: export name `!` is not a valid extern name
4+
0: export name `!` is not valid
55
1: `!` is not in kebab case
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
failed to add import node 0 for test case `invalid-import-name`
22

33
Caused by:
4-
0: import name `NOT_VALID` is not a valid extern name
4+
0: import name `NOT_VALID` is not valid
55
1: `NOT_VALID` is not in kebab case

0 commit comments

Comments
 (0)