diff options
Diffstat (limited to 'aoc2019-gleam/test/aoc2019_gleam_test.gleam')
-rw-r--r-- | aoc2019-gleam/test/aoc2019_gleam_test.gleam | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/aoc2019-gleam/test/aoc2019_gleam_test.gleam b/aoc2019-gleam/test/aoc2019_gleam_test.gleam deleted file mode 100644 index 3831e7a..0000000 --- a/aoc2019-gleam/test/aoc2019_gleam_test.gleam +++ /dev/null @@ -1,12 +0,0 @@ -import gleeunit -import gleeunit/should - -pub fn main() { - gleeunit.main() -} - -// gleeunit test functions end in `_test` -pub fn hello_world_test() { - 1 - |> should.equal(1) -} |