Fix load tests

This commit is contained in:
Ayaz Hafiz 2022-09-28 18:01:03 -05:00
parent 1cffb3376e
commit c97cdc0753
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
interface Primary
exposes [blah2, blah3, str, alwaysThree, identity, z, w, succeed, withDefault, yay]
imports [Dep1, Dep2.{ two, foo }, Dep3.Blah.{ bar }, Res]
imports [Dep1, Dep2.{ two }, Dep3.Blah.{ bar }, Res]
blah2 = Dep2.two
blah3 = bar

View file

@ -1,6 +1,6 @@
interface Primary
exposes [blah2, blah3, str, alwaysThree, identity, z, w, succeed, withDefault, yay]
imports [Dep1, Dep2.{ two, foo }, Dep3.Blah.{ bar }, Res]
imports [Dep1, Dep2.{ two }, Dep3.Blah.{ bar }, Res]
blah2 = Dep2.two
blah3 = bar

View file

@ -779,7 +779,7 @@ fn opaque_wrapped_unwrapped_outside_defining_module() {
is imported from another module:
1 interface Main exposes [twenty, readAge] imports [Age.{ Age }]
^^^^^^^^^^^
^^^
Note: Opaque types can only be wrapped and unwrapped in the module they are defined in!
@ -793,7 +793,7 @@ fn opaque_wrapped_unwrapped_outside_defining_module() {
is imported from another module:
1 interface Main exposes [twenty, readAge] imports [Age.{ Age }]
^^^^^^^^^^^
^^^
Note: Opaque types can only be wrapped and unwrapped in the module they are defined in!