diff options
Diffstat (limited to 'compiler/test/Spec.hs')
-rw-r--r-- | compiler/test/Spec.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/test/Spec.hs b/compiler/test/Spec.hs new file mode 100644 index 0000000..cd4753f --- /dev/null +++ b/compiler/test/Spec.hs | |||
@@ -0,0 +1,2 @@ | |||
1 | main :: IO () | ||
2 | main = putStrLn "Test suite not yet implemented" | ||