aboutsummaryrefslogtreecommitdiff
path: root/test/gleam/any_test.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'test/gleam/any_test.gleam')
-rw-r--r--test/gleam/any_test.gleam1
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