Skip to content

Commit 19a7f64

Browse files
committed
Update snap
1 parent 0f24765 commit 19a7f64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test-package-compiler/src/snapshots/test_package_compiler__generated_tests__import_shadowed_name_warning.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ snapshot_kind: text
3232
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
3333
-define(FILEPATH, "src/two.gleam").
3434
-export([use_type/1]).
35-
-export_type([shadowing/0]).
3635

3736
-if(?OTP_RELEASE >= 27).
3837
-define(MODULEDOC(Str), -moduledoc(Str)).
@@ -44,8 +43,6 @@ snapshot_kind: text
4443

4544
?MODULEDOC(" https://github.com/gleam-lang/otp/pull/22\n").
4645

47-
-type shadowing() :: port.
48-
4946
-file("src/two.gleam", 14).
5047
-spec use_type(one:port_()) -> nil.
5148
use_type(Port) ->

0 commit comments

Comments
 (0)