]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libjava/testsuite/libjava.compile/G19990217_02.java
Imported gcc-4.4.3
[msp430-gcc.git] / libjava / testsuite / libjava.compile / G19990217_02.java
diff --git a/libjava/testsuite/libjava.compile/G19990217_02.java b/libjava/testsuite/libjava.compile/G19990217_02.java
deleted file mode 100644 (file)
index 8c290f2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*-------------------------------------------------------------------------*/
-/* File name : G19990217_02                                                */
-/*           :                                                             */
-/* Cause     :                                                             */
-/*           :                                                             */
-/* Message   : Can't access class `foo.bar'.                               */
-/*           : Only public classes and interfaces in other packages can be */
-/*           : accessed.                                                   */
-/*           : public class G19990217_02 extends bar {                     */
-/*           :                                   ^                         */
-/*-------------------------------------------------------------------------*/
-package foo;
-public class G19990217_02 extends bar {
-}
-class bar {
-}