Skip to content

Commit 16ae2d1

Browse files
committed
Undo unnecessary change
1 parent b0e5553 commit 16ae2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/scala/AnnotationBasedTestSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract class AnnotationBasedTestSuite extends ResourceBasedTestSuite {
4141
val parserErrors = input.annotations.errors
4242

4343
// Match expected outputs with actual outputs
44-
val actualOutputs = system.run(input).filterNot(_.toString.contains("postcondition.violated.branch")).toSeq
44+
val actualOutputs = system.run(input)
4545
val expectedOutputs = input.annotations.outputAnnotations
4646

4747
val matcher = OutputMatcher(actualOutputs, expectedOutputs)

0 commit comments

Comments
 (0)