From e99072b3ad1e0a25312213586382b8c48b9ded0a Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Mon, 11 Nov 2019 16:46:43 -0500 Subject: [PATCH] Refering to parent dir is fine --- bowtie-js/test/Test.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/bowtie-js/test/Test.hs b/bowtie-js/test/Test.hs index aed3b4e..c3e9cc1 100644 --- a/bowtie-js/test/Test.hs +++ b/bowtie-js/test/Test.hs @@ -42,7 +42,6 @@ testApps :: HashMap FilePath Text -> Spec testApps libFiles = it "lunar-lander" do appSource <- TIO.readFile "../example-app/lunar-lander.bowtie" - -- TODO: get rid of .. js <- case sourcesToCore libFiles ("../example-app/lunar-lander.bowtie", appSource) of Left e -> exitWithError (prettyError e)