Remove old comment

This commit is contained in:
Doug Beardsley 2018-04-05 16:18:58 -06:00
parent 9e1c208d8f
commit a074ede2f1

View file

@ -95,7 +95,7 @@ assertLangOk file = do
assertEqual "" expected $ Text.pack (actual ++ "\n")
assertLangOkXml :: FilePath -> Assertion
assertLangOkXml file = do --assertFailure $ "Not implemented: " ++ file
assertLangOkXml file = do
actual <- toXML <$> nixEvalFile (file ++ ".nix")
expected <- Text.readFile $ file ++ ".exp.xml"
assertEqual "" expected $ Text.pack actual