summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
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