summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-08-04 15:36:09 +0000
committerMartin Odersky <odersky@gmail.com>2003-08-04 15:36:09 +0000
commit5cbecc3b89757f6996c199e73518b8387d4a5a6a (patch)
tree83d6522f8172b62e0bced4c4c312c16939d69f6f /test/files/pos
parentf014b416aa6099f9031f60f1ccdb19a9ced74382 (diff)
downloadscala-5cbecc3b89757f6996c199e73518b8387d4a5a6a.tar.gz
scala-5cbecc3b89757f6996c199e73518b8387d4a5a6a.tar.bz2
scala-5cbecc3b89757f6996c199e73518b8387d4a5a6a.zip
*** empty log message ***
Diffstat (limited to 'test/files/pos')
-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;