langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java
changeset 34754 025d0b180221
parent 6150 d055fa8ced62
child 39812 6272642715a1
--- a/langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java	Tue Dec 15 15:30:35 2015 -0800
+++ b/langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java	Tue Dec 15 18:54:53 2015 -0800
@@ -4,7 +4,7 @@
  * @summary Check for proper error recovery when superclass of extended
  * class is no longer available during a subsequent compilation.
  * @author maddox
- *
+ * @build impl
  * @compile/fail/ref=MissingSuperRecovery.out -XDdiags=%b:%l:%_%m MissingSuperRecovery.java
  */