langtools/test/tools/javac/ThrowsIntersection_4.java
changeset 5014 3651144e76f0
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
--- a/langtools/test/tools/javac/ThrowsIntersection_4.java	Wed Mar 03 17:22:52 2010 -0800
+++ b/langtools/test/tools/javac/ThrowsIntersection_4.java	Wed Mar 03 19:34:34 2010 -0800
@@ -30,6 +30,8 @@
  * @run compile/fail ThrowsIntersection_4.java
  */
 
+package ThrowsIntersection_4;
+
 // Note:  This is the test that actually failed for 4042259.  The others are for completeness.
 
 class Ex1 extends Exception {}