summaryrefslogtreecommitdiff
path: root/test/pos/cours2b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/cours2b.scala')
-rw-r--r--test/pos/cours2b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pos/cours2b.scala b/test/pos/cours2b.scala
index edac3ed483..aea7029656 100644
--- a/test/pos/cours2b.scala
+++ b/test/pos/cours2b.scala
@@ -1,4 +1,4 @@
-module m1 {
+object m1 {
def gcd(x: Int, y: Int): Int =
if (y == 0) x