Skip to content

Commit

Permalink
[ #278 ] XML: missing import of XPrint class in Test program
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 16, 2019
1 parent 6167286 commit 41560dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/BNFC/Backend/Haskell.hs
Expand Up @@ -347,7 +347,7 @@ testfile opts cf = unlines $ concat $
, [ "import " , absFileM opts , " ()" ]
]
, [ [ "import " , layoutFileM opts , " ( resolveLayout )" ] | lay ]
, [ [ "import " , xmlFileM opts , " ( printXML )" ] | use_xml ]
, [ [ "import " , xmlFileM opts , " ( XPrint, printXML )" ] | use_xml ]
]
, [ "import qualified Data.Map ( Map, lookup, toList )" | use_glr ]
, [ "import Data.Maybe ( fromJust )" | use_glr ]
Expand Down

0 comments on commit 41560dd

Please sign in to comment.