summaryrefslogtreecommitdiff
path: root/Test/linear/f3.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/f3.bpl')
-rw-r--r--Test/linear/f3.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/linear/f3.bpl b/Test/linear/f3.bpl
index f5e08277..3a0e855c 100644
--- a/Test/linear/f3.bpl
+++ b/Test/linear/f3.bpl
@@ -2,7 +2,7 @@
// RUN: %diff "%s.expect" "%t"
procedure A() {}
-procedure B({:linear ""} tid:int) returns({:linear ""} tid':int)
+procedure B({:linear_in ""} tid:int) returns({:linear ""} tid':int)
{
tid' := tid;
call A();