summaryrefslogtreecommitdiff
path: root/test/pending/run/t1044.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t1044.scala')
-rw-r--r--test/pending/run/t1044.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/run/t1044.scala b/test/pending/run/t1044.scala
index 136cc51af2..e10002e601 100644
--- a/test/pending/run/t1044.scala
+++ b/test/pending/run/t1044.scala
@@ -1,4 +1,4 @@
object Main extends Application{
val ducks = Array[AnyRef]("Huey", "Dewey", "Louie")
- ducks.elements/*.asInstanceOf[Iterator[String]]*/
+ ducks.iterator/*.asInstanceOf[Iterator[String]]*/
}