summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2008-03-03 19:09:52 +0000
committerPhilipp Haller <hallerp@gmail.com>2008-03-03 19:09:52 +0000
commitadcc39fca8a56b3e8baa05096c2103075581bfae (patch)
tree8f4bfc72e6925abff62625ebc9ab3eaa8870a643 /test/files/jvm
parentf1a96095b147f1637c310de61bbec44c4138f520 (diff)
downloadscala-adcc39fca8a56b3e8baa05096c2103075581bfae.tar.gz
scala-adcc39fca8a56b3e8baa05096c2103075581bfae.tar.bz2
scala-adcc39fca8a56b3e8baa05096c2103075581bfae.zip
Adjusted package name in test, so that it integ...
Adjusted package name in test, so that it integrates easier with other tests.
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/nest.java2
-rw-r--r--test/files/jvm/nest.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/nest.java b/test/files/jvm/nest.java
index dfb011732c..581eaa4972 100644
--- a/test/files/jvm/nest.java
+++ b/test/files/jvm/nest.java
@@ -1,4 +1,4 @@
-package a;
+package nestpkg;
/** This file is needed for test 'nest.scala'. It should
diff --git a/test/files/jvm/nest.scala b/test/files/jvm/nest.scala
index ebd3ee490a..35d8ced237 100644
--- a/test/files/jvm/nest.scala
+++ b/test/files/jvm/nest.scala
@@ -4,7 +4,7 @@
// $Id: inner.scala 8902 2006-10-10 10:58:10 +0200 (Tue, 10 Oct 2006) mihaylov $
/** found in nest.jar, compiled from nest.java */
-import a._;
+import nestpkg._;
object Test extends Application {
val x = nest.best.rest.test