summaryrefslogtreecommitdiff
path: root/test/files/run/t4835.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4835.scala')
-rw-r--r--test/files/run/t4835.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4835.scala b/test/files/run/t4835.scala
index c964e42e7c..26275c0ab4 100644
--- a/test/files/run/t4835.scala
+++ b/test/files/run/t4835.scala
@@ -1,6 +1,6 @@
/*
* Test case for SI-4835. This tests confirm that the fix
- * doesn't break laziness. To test memory consumption,
+ * doesn't break laziness. To test memory consumption,
* I need to confirm that OutOfMemoryError doesn't occur.
* I could create such tests. However, such tests consume
* too much time and memory.