summaryrefslogtreecommitdiff
path: root/Test/dafny0/UserSpecifiedTypeParameters.dfy.expect
diff options
context:
space:
mode:
authorGravatar Michael Lowell Roberts <mirobert@microsoft.com>2015-07-20 14:06:06 -0700
committerGravatar Michael Lowell Roberts <mirobert@microsoft.com>2015-07-20 14:06:06 -0700
commit701741248e5831c1976b8cb2a2cc412987a1332e (patch)
tree65fe57a2b6fce3fbdde5512975bd03f09cb47618 /Test/dafny0/UserSpecifiedTypeParameters.dfy.expect
parent4dd4262daa0247cd78eef104ddf6083d90ee8972 (diff)
clarified error message that occurs when the "opened" keyword is left off of a module import.
Diffstat (limited to 'Test/dafny0/UserSpecifiedTypeParameters.dfy.expect')
-rw-r--r--Test/dafny0/UserSpecifiedTypeParameters.dfy.expect4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/dafny0/UserSpecifiedTypeParameters.dfy.expect b/Test/dafny0/UserSpecifiedTypeParameters.dfy.expect
index 2504fbfb..347252aa 100644
--- a/Test/dafny0/UserSpecifiedTypeParameters.dfy.expect
+++ b/Test/dafny0/UserSpecifiedTypeParameters.dfy.expect
@@ -1,8 +1,8 @@
UserSpecifiedTypeParameters.dfy(27,12): Error: the type of this variable is underspecified
UserSpecifiedTypeParameters.dfy(27,26): Error: type variable 'T' in the function call to 'H' could not be determined
UserSpecifiedTypeParameters.dfy(27,26): Error: type variable 'U' in the function call to 'H' could not be determined
-UserSpecifiedTypeParameters.dfy(48,22): Error: Undeclared top-level type or type parameter: b (did you forget to qualify a name?)
-UserSpecifiedTypeParameters.dfy(48,26): Error: Undeclared top-level type or type parameter: c (did you forget to qualify a name?)
+UserSpecifiedTypeParameters.dfy(48,22): Error: Undeclared top-level type or type parameter: b (did you forget to qualify a name or declare a module import 'opened?')
+UserSpecifiedTypeParameters.dfy(48,26): Error: Undeclared top-level type or type parameter: c (did you forget to qualify a name or declare a module import 'opened?')
UserSpecifiedTypeParameters.dfy(48,18): Error: variable 'a' does not take any type parameters
UserSpecifiedTypeParameters.dfy(48,30): Error: non-function expression (of type int) is called with parameters
UserSpecifiedTypeParameters.dfy(48,16): Error: wrong number of arguments to function application (function 'F' expects 2, got 1)