summaryrefslogtreecommitdiff
path: root/Test/test0/Types1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/Types1.bpl')
-rw-r--r--Test/test0/Types1.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/test0/Types1.bpl b/Test/test0/Types1.bpl
index f743be85..4c6e31ae 100644
--- a/Test/test0/Types1.bpl
+++ b/Test/test0/Types1.bpl
@@ -4,4 +4,4 @@ type V;
function h(T) returns (int);
function k(x:T) returns (int);
function l(x) returns (int); // resolve error
-function m(x:int, x) returns (bool); // resolve error
+function m(x, x) returns (bool); // resolve error