diff -r 7873d37f5b37 -r c7c41a044e7c test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java --- a/test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java Mon Jan 21 20:13:56 2013 +0000 +++ b/test/tools/javac/diags/examples/SecondaryBoundMustBeMarkerIntf.java Mon Jan 21 20:14:39 2013 +0000 @@ -23,7 +23,6 @@ // key: compiler.err.prob.found.req // key: compiler.misc.secondary.bound.must.be.marker.intf -// options: -XDallowIntersectionTypes class SecondaryBoundMustBeMarkerInterface { Runnable r = (Runnable & Comparable)()->{};