summaryrefslogtreecommitdiff
path: root/test/files/neg/bug25.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug25.scala')
-rw-r--r--test/files/neg/bug25.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/bug25.scala b/test/files/neg/bug25.scala
deleted file mode 100644
index 96a3c7dea3..0000000000
--- a/test/files/neg/bug25.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-/** Signature of PortableRemoteObject's constructor is:
- protected PortableRemoteObject() throws RemoteException
-*/
-
-class A extends javax.rmi.PortableRemoteObject();
-