Skip to content
Snippets Groups Projects
Commit 1bb96160 authored by Emmanouil (Manos) Koukoutos's avatar Emmanouil (Manos) Koukoutos Committed by Etienne Kneuss
Browse files

Remove no-warnings requirement from eval. test

parent 1e7121a6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ class EvaluatorsTests extends leon.test.LeonTestSuite {
val program = pipeline.run(leonContext)((str, Nil))
assert(leonContext.reporter.errorCount === errorsBefore)
assert(leonContext.reporter.warningCount === warningsBefore)
program
}
......
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