diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-09-15 21:34:53 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-09-17 12:59:32 +0100 |
commit | 9d282d68b5a2764ab73c2dead1df0b0ab8b8edaa (patch) | |
tree | 69de2167e440b2f0414dd1d8d9bc920f3f7d4383 /test/gleam/any_test.gleam | |
parent | 0579308bf0559635e3742e7fa634648182d916c5 (diff) | |
download | gleam_stdlib-9d282d68b5a2764ab73c2dead1df0b0ab8b8edaa.tar.gz gleam_stdlib-9d282d68b5a2764ab73c2dead1df0b0ab8b8edaa.zip |
Note stdlib sites to be updated
Diffstat (limited to 'test/gleam/any_test.gleam')
-rw-r--r-- | test/gleam/any_test.gleam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gleam/any_test.gleam b/test/gleam/any_test.gleam index 13af0cb..fc9640d 100644 --- a/test/gleam/any_test.gleam +++ b/test/gleam/any_test.gleam @@ -210,6 +210,7 @@ pub fn list_test() { |> expect.is_error } +// TODO: replace struct with Pair pub fn struct2_test() { struct(1, []) |> any.from |