From 13a88d7263c02590f5be9bb9944c0ab43b76bccc Mon Sep 17 00:00:00 2001 From: qunyanm Date: Fri, 26 Feb 2016 09:56:59 -0800 Subject: Fix issue 136. Less aggressive Lit wrap for assert/assume. --- Test/dafny4/Bug136.dfy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Test/dafny4/Bug136.dfy (limited to 'Test/dafny4/Bug136.dfy') diff --git a/Test/dafny4/Bug136.dfy b/Test/dafny4/Bug136.dfy new file mode 100644 index 00000000..5f3cde69 --- /dev/null +++ b/Test/dafny4/Bug136.dfy @@ -0,0 +1,12 @@ +// RUN: %dafny /compile:0 /print:- "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + +method test() +{ + assume false; + assert true; +} + + + + -- cgit v1.2.3