We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e5553 commit 16ae2d1Copy full SHA for 16ae2d1
src/test/scala/AnnotationBasedTestSuite.scala
@@ -41,7 +41,7 @@ abstract class AnnotationBasedTestSuite extends ResourceBasedTestSuite {
41
val parserErrors = input.annotations.errors
42
43
// Match expected outputs with actual outputs
44
- val actualOutputs = system.run(input).filterNot(_.toString.contains("postcondition.violated.branch")).toSeq
+ val actualOutputs = system.run(input)
45
val expectedOutputs = input.annotations.outputAnnotations
46
47
val matcher = OutputMatcher(actualOutputs, expectedOutputs)
0 commit comments