Skip to content

Commit

Permalink
Refering to parent dir is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Grant Jeffries committed Nov 11, 2019
1 parent 41b49f8 commit e99072b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bowtie-js/test/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e99072b

Please sign in to comment.