summaryrefslogtreecommitdiff
path: root/test/files/pos/exceptions.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/exceptions.scala')
-rw-r--r--test/files/pos/exceptions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala
index f28a10d367..2ba15efb4a 100644
--- a/test/files/pos/exceptions.scala
+++ b/test/files/pos/exceptions.scala
@@ -1,6 +1,6 @@
import java.io._;
-object test {
+object Test {
//def error[a](x: String):a = new java.lang.RuntimeException(x) throw;