From 7a371d11e9bc18825b5352b90dd7c88e8efbe491 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Mon, 13 Apr 2020 20:10:36 -0500 Subject: Remove the old example project --- test/Spec.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/Spec.hs') diff --git a/test/Spec.hs b/test/Spec.hs index 7aabc09..cd10913 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -7,14 +7,9 @@ import System.Directory ( withCurrentDirectory ) main :: IO () main = do - testExampleProject testHelloWorld testHelloComplex -testExampleProject :: IO () -testExampleProject = - withCurrentDirectory "example_project" $ start $ Arguments Build False - testHelloWorld :: IO () testHelloWorld = withCurrentDirectory "hello_world" $ start $ Arguments Run False -- cgit v1.2.3