langtools/test/tools/javac/ThrowsIntersection_3.java
changeset 5014 3651144e76f0
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
--- a/langtools/test/tools/javac/ThrowsIntersection_3.java	Wed Mar 03 17:22:52 2010 -0800
+++ b/langtools/test/tools/javac/ThrowsIntersection_3.java	Wed Mar 03 19:34:34 2010 -0800
@@ -30,6 +30,8 @@
  * @run compile/fail ThrowsIntersection_3.java
  */
 
+package ThrowsIntersection_3;
+
 class Ex1 extends Exception {}
 class Ex2 extends Exception {}