summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-06.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-06.scala')
-rw-r--r--test/files/run/Course-2002-06.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/Course-2002-06.scala b/test/files/run/Course-2002-06.scala
index d9190d35b5..d044d778d6 100644
--- a/test/files/run/Course-2002-06.scala
+++ b/test/files/run/Course-2002-06.scala
@@ -145,7 +145,7 @@ class PostScript (filename: String, _width: Double, _height: Double)
//############################################################################
-module M0 {
+object M0 {
/** Define the type of a painter as a function that takes a frame,
* draws itself onto it and returns nothing
@@ -254,7 +254,7 @@ module M0 {
//############################################################################
-module Test {
+object Test {
def main(args: Array[String]): Unit = {
M0.test;
()