7131308: Three regression tests fail due to bad fix for 7127924
authorjjh
Wed, 18 Jan 2012 18:26:36 -0800
changeset 11554 64d41533dc9e
parent 11553 4389b722f8dc
child 11555 6662fc41e1c3
child 11707 532f41763bc9
7131308: Three regression tests fail due to bad fix for 7127924 Reviewed-by: jjg
langtools/test/tools/javac/diags/CheckExamples.java
langtools/test/tools/javac/diags/MessageInfo.java
langtools/test/tools/javac/diags/RunExamples.java
--- a/langtools/test/tools/javac/diags/CheckExamples.java	Wed Jan 18 16:43:59 2012 -0800
+++ b/langtools/test/tools/javac/diags/CheckExamples.java	Wed Jan 18 18:26:36 2012 -0800
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 6968063, 7127924
+ * @bug 6968063 7127924
  * @summary provide examples of code that generate diagnostics
  * @build Example CheckExamples
  * @run main/othervm CheckExamples
--- a/langtools/test/tools/javac/diags/MessageInfo.java	Wed Jan 18 16:43:59 2012 -0800
+++ b/langtools/test/tools/javac/diags/MessageInfo.java	Wed Jan 18 18:26:36 2012 -0800
@@ -23,7 +23,7 @@
 
 /**
  * @test
- * @bug 7013272, 7127924
+ * @bug 7013272 7127924
  * @summary Automatically generate info about how compiler resource keys are used
  * @build Example ArgTypeCompilerFactory MessageFile MessageInfo
  * @run main/othervm MessageInfo
--- a/langtools/test/tools/javac/diags/RunExamples.java	Wed Jan 18 16:43:59 2012 -0800
+++ b/langtools/test/tools/javac/diags/RunExamples.java	Wed Jan 18 18:26:36 2012 -0800
@@ -23,7 +23,7 @@
 
 /**
  * @test
- * @bug 6968063, 7127924
+ * @bug 6968063 7127924
  * @summary provide examples of code that generate diagnostics
  * @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
  * @run main/othervm RunExamples