Skip to content
Snippets Groups Projects
Commit 6226db69 authored by Regis Blanc's avatar Regis Blanc
Browse files

frontend xlang tests moved to their own package

parent e7a5c6a6
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 4 deletions
......@@ -36,7 +36,6 @@ class FrontEndsSuite extends LeonRegressionSuite {
}
val pipeNormal = xlang.NoXLangFeaturesChecking andThen NoopPhase() // redundant NoopPhase to trigger throwing error between phases
val pipeX = NoopPhase[Program]()
val baseDir = "regression/frontends/"
forEachFileIn(baseDir+"passing/") { f =>
......@@ -45,8 +44,5 @@ class FrontEndsSuite extends LeonRegressionSuite {
forEachFileIn(baseDir+"error/simple/") { f =>
testFrontend(f, pipeNormal, true)
}
forEachFileIn(baseDir+"error/xlang/") { f =>
testFrontend(f, pipeX, true)
}
}
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