summaryrefslogtreecommitdiff
path: root/test/files/run/t1501.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1501.check')
-rw-r--r--test/files/run/t1501.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1501.check b/test/files/run/t1501.check
index 7ec1495292..f0fa9112a5 100644
--- a/test/files/run/t1501.check
+++ b/test/files/run/t1501.check
@@ -1,3 +1,3 @@
defined class xyz
-loopWhile: [T](=> Boolean)(=> Unit @xyz[T])Unit @xyz[T]
+loopWhile: [T](cond: => Boolean)(body: => Unit @xyz[T])Unit @xyz[T]
test: ()Unit @xyz[Int]