changeset 19934 | 1d8232b1aa18 |
parent 15384 | 5a8d00abf076 |
child 30730 | d3ce7619db2c |
--- a/langtools/test/tools/javac/defaultMethods/super/TestDefaultSuperCall.java Mon Sep 09 23:13:45 2013 +0200 +++ b/langtools/test/tools/javac/defaultMethods/super/TestDefaultSuperCall.java Tue Sep 10 13:47:51 2013 +0200 @@ -23,7 +23,7 @@ /* * @test - * @bug 8006694 + * @bug 7192246 8006694 * @summary Automatic test for checking correctness of default super/this resolution * temporarily workaround combo tests are causing time out in several platforms * @library ../../lib