diff options
author | Richard L. Ford <richford@microsoft.com> | 2016-01-27 16:43:01 -0800 |
---|---|---|
committer | Richard L. Ford <richford@microsoft.com> | 2016-01-27 16:43:01 -0800 |
commit | 348beb7f706f35256f5fb07349182e252aae8860 (patch) | |
tree | 2ed67341c3846c9d1dc28e3d195b6402d44d71a7 /Test | |
parent | 732752ce0d4c4c619911a524ff615430daed5b04 (diff) |
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.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/dafny0/Extern.dfy.expect | 2 |
1 files changed, 1 insertions, 1 deletions
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 |