Skip to content
Snippets Groups Projects
Commit 54515c0a authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Make sure we actually include NoXLangFeaturesChecking

parent 30f322e6
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ object Main {
ExtractionPhase andThen
debugTrees("Program after extraction") andThen
PreprocessingPhase andThen
debugTrees("Program after pre-processing")
debugTrees("Program after pre-processing") andThen
xlang.NoXLangFeaturesChecking
val pipeProcess: Pipeline[Program, Any] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment