Skip to content

Commit

Permalink
remove extraneous headers from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Aug 30, 2016
1 parent 48af8f3 commit 6df6129
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Test/dafny0/AssertBy.dfy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %dafny /dprint:- "%s" > "%t"
// RUN: %dafny /env:0 /dprint:- "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

method M0(x: int, y: int)
Expand Down
2 changes: 0 additions & 2 deletions Test/dafny0/AssertBy.dfy.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Dafny program verifier version 1.9.7.30401, Copyright (c) 2003-2016, Microsoft.
// Command Line Options: -nologo -countVerificationErrors:0 -useBaseNameForFileName /dprint:- C:\dafny\Test\dafny0\AssertBy.dfy
// AssertBy.dfy

method M0(x: int, y: int)
Expand Down
2 changes: 1 addition & 1 deletion Test/dafny0/AutoContracts.dfy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %dafny /print:"%t.print" /rprint:- "%s" > "%t"
// RUN: %dafny /env:0 /print:"%t.print" /rprint:- "%s" > "%t"
// RUN: %diff "%s.expect" "%t"

module OneModule {
Expand Down
2 changes: 0 additions & 2 deletions Test/dafny0/AutoContracts.dfy.expect
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Dafny program verifier version 1.9.7.30401, Copyright (c) 2003-2016, Microsoft.
// Command Line Options: -nologo -countVerificationErrors:0 -useBaseNameForFileName /print:C:\dafny\Test\dafny0\Output\AutoContracts.dfy.tmp.print /rprint:- C:\dafny\Test\dafny0\AutoContracts.dfy
// AutoContracts.dfy

/*
Expand Down

0 comments on commit 6df6129

Please sign in to comment.