diff options
author | wuestholz <unknown> | 2014-06-04 10:44:29 +0200 |
---|---|---|
committer | wuestholz <unknown> | 2014-06-04 10:44:29 +0200 |
commit | 110f5475e58dc9de3700533dadfcb218389bf6d2 (patch) | |
tree | e15024f513cf989cd5f654284c4edb716c1f6872 /Test/dafny0/TypeTests.dfy.expect | |
parent | 607ef28aadb281ab61a2be493a637126e967a388 (diff) |
Fixed issues with absolute file names in the expected output for the lit tests.
Diffstat (limited to 'Test/dafny0/TypeTests.dfy.expect')
-rw-r--r-- | Test/dafny0/TypeTests.dfy.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny0/TypeTests.dfy.expect b/Test/dafny0/TypeTests.dfy.expect index 79faccae..62e41019 100644 --- a/Test/dafny0/TypeTests.dfy.expect +++ b/Test/dafny0/TypeTests.dfy.expect @@ -31,4 +31,4 @@ TypeTests.dfy(128,15): Error: ghost variables are allowed only in specification TypeTests.dfy(138,4): Error: cannot assign to non-ghost variable in a ghost context
TypeTests.dfy(139,7): Error: cannot assign to non-ghost variable in a ghost context
TypeTests.dfy(21,9): Error: because of cyclic dependencies among constructor argument types, no instances of datatype 'NeverendingList' can be constructed
-33 resolution/type errors detected in c:\codeplex\dafny\Test\dafny0\TypeTests.dfy
+33 resolution/type errors detected in TypeTests.dfy
|