8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1
authoralanb
Fri, 10 May 2013 16:10:20 +0100
changeset 17554 eca763ef7c5e
parent 17553 4ea383c26563
child 17555 c4f13cad6479
8014318: tools/javac/profiles/ProfileOptionTest.java needs modifying now that javax.script is in compact1 Reviewed-by: mchung
langtools/test/tools/javac/profiles/ProfileOptionTest.java
--- a/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Wed May 08 23:54:45 2013 -0700
+++ b/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Fri May 10 16:10:20 2013 +0100
@@ -179,7 +179,7 @@
                 javax.xml.XMLConstants.class);
 
         init(Profile.COMPACT3,
-                javax.script.Bindings.class,
+                javax.sql.rowset.Predicate.class,
                 com.sun.security.auth.PolicyFile.class); // specifically included in 3
 
         init(Profile.DEFAULT,