summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authormelody!2024-08-07 16:48:27 -0400
committermelody!2024-08-07 16:48:27 -0400
commit7a6eb573543666ef3f642f84dbb4a386429bf75e (patch)
tree1fb6edbcbff220ab4f2b7e426087fdc236ca4796 /test
parent4751d7fd7d447ac19e1709bcf97c4eec0e5b55cc (diff)
a
Diffstat (limited to 'test')
-rw-r--r--test/Main.hs4
-rw-r--r--test/Spec.hs2
2 files changed, 4 insertions, 2 deletions
diff --git a/test/Main.hs b/test/Main.hs
new file mode 100644
index 0000000..3e2059e
--- /dev/null
+++ b/test/Main.hs
@@ -0,0 +1,4 @@
+module Main (main) where
+
+main :: IO ()
+main = putStrLn "Test suite not yet implemented."
diff --git a/test/Spec.hs b/test/Spec.hs
deleted file mode 100644
index cd4753f..0000000
--- a/test/Spec.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-main :: IO ()
-main = putStrLn "Test suite not yet implemented"