langtools/test/tools/javac/processing/model/element/TestResourceVariable.java
changeset 6718 56ed1962d369
parent 6148 3a8158299c51
child 6720 f16f91662ad8
--- a/langtools/test/tools/javac/processing/model/element/TestResourceVariable.java	Mon Sep 27 17:28:49 2010 -0700
+++ b/langtools/test/tools/javac/processing/model/element/TestResourceVariable.java	Tue Sep 28 22:46:36 2010 +0530
@@ -23,11 +23,11 @@
 
 /*
  * @test
- * @bug  6911256 6964740
+ * @bug  6911256 6964740 6967842
  * @summary Test that the resource variable kind is appropriately set
  * @author  Joseph D. Darcy
  * @build TestResourceVariable
- * @compile/fail -processor TestResourceVariable -proc:only TestResourceVariable.java
+ * @compile -processor TestResourceVariable -proc:only TestResourceVariable.java
  */
 
 // Bug should be filed for this misbehavior