From 3232e823c04ec7cc8b56cb40c43370e3bbff45fa Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 17 Sep 2019 22:13:52 +0100 Subject: Update stdlib CHANGELOG --- test/gleam/any_test.gleam | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'test') diff --git a/test/gleam/any_test.gleam b/test/gleam/any_test.gleam index b8f9e65..af184d8 100644 --- a/test/gleam/any_test.gleam +++ b/test/gleam/any_test.gleam @@ -72,29 +72,6 @@ pub fn float_test() { |> expect.equal(_, Error("Expected a Float, got `[]`")) } -// TODO -// pub fn atom_test() { -// make an atom here -// |> any.from -// |> atom -// |> expect.equal(_, Ok("")) - -// make an atom here -// |> any.from -// |> atom -// |> expect.equal(_, Ok("ok")) - -// 1 -// |> any.from -// |> atom -// |> expect.is_error - -// [] -// |> any.from -// |> atom -// |> expect.is_error -// } - pub fn thunk_test() { fn() { 1 } |> any.from -- cgit v1.2.3