From 348beb7f706f35256f5fb07349182e252aae8860 Mon Sep 17 00:00:00 2001 From: "Richard L. Ford" Date: Wed, 27 Jan 2016 16:43:01 -0800 Subject: Fix build and test failures, cleanup grammar. 1. A build failure caused by a method call before a contract was fixed. 2. An absolute path in an ".expect" file was changed to relative. 3. I eliminated the TopDecls and DeclModifiers non-terminals. They were giving a warning from Coco/R about being deletable. Instead I used repetition of the TopDecl or DeclModifier non-terminals where they had been used. I think this is also cleaner to talk about. --- Test/dafny0/Extern.dfy.expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/dafny0/Extern.dfy.expect b/Test/dafny0/Extern.dfy.expect index fec087d9..25c1c3ee 100644 --- a/Test/dafny0/Extern.dfy.expect +++ b/Test/dafny0/Extern.dfy.expect @@ -1,4 +1,4 @@ Dafny program verifier finished with 7 verified, 0 errors -Compiled program written to D:\de\dafny\Test\dafny0\Extern.cs +Compiled program written to Extern.cs Compiled assembly into Extern.exe -- cgit v1.2.3