summaryrefslogtreecommitdiff
path: root/test/files/pos/sqrt.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/sqrt.scala')
-rw-r--r--test/files/pos/sqrt.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/sqrt.scala b/test/files/pos/sqrt.scala
index f6a53824b4..5ad1718619 100644
--- a/test/files/pos/sqrt.scala
+++ b/test/files/pos/sqrt.scala
@@ -1,4 +1,4 @@
-module test {
+object test {
def abs(x: Double) = if (x >= 0) x else 0 - x;