From 18a231edf04437a0748d542d3114ed79899aa363 Mon Sep 17 00:00:00 2001 From: qunyanm Date: Tue, 8 Dec 2015 15:15:21 -0800 Subject: Fix issue 114. Do not export private terms for ComprehensionExpr in trigger collectors. --- Test/dafny4/Bug114.dfy.expect | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Test/dafny4/Bug114.dfy.expect (limited to 'Test/dafny4/Bug114.dfy.expect') diff --git a/Test/dafny4/Bug114.dfy.expect b/Test/dafny4/Bug114.dfy.expect new file mode 100644 index 00000000..8e671f90 --- /dev/null +++ b/Test/dafny4/Bug114.dfy.expect @@ -0,0 +1,7 @@ +Bug114.dfy(9,9): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon3_Then + (0,0): anon2 + +Dafny program verifier finished with 3 verified, 1 error -- cgit v1.2.3