aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Provodin <vitaly.provodin@jetbrains.com>2018-07-04 09:02:31 +0700
committerVitaly Provodin <vitaly.provodin@jetbrains.com>2018-07-04 09:02:31 +0700
commit4e13096b4c9370a116dcab264fca4c792225cbda (patch)
tree7f8cbb48fda8172b52c0d3287f3bfb67c0f5fcb8
parent3286f7641e9997ce8a7c50a57534a3a4f7695cc6 (diff)
downloadjdk8u_jdk-4e13096b4c9370a116dcab264fca4c792225cbda.tar.gz
removed the tag @ignore since 6876961 was resolvedjb8u152-b1248.9
-rw-r--r--test/java/util/ResourceBundle/Test4300693.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/java/util/ResourceBundle/Test4300693.java b/test/java/util/ResourceBundle/Test4300693.java
index e3571891d2..52108ed79a 100644
--- a/test/java/util/ResourceBundle/Test4300693.java
+++ b/test/java/util/ResourceBundle/Test4300693.java
@@ -22,7 +22,6 @@
*/
/*
@test
- @ignore 6876961
@summary test that ResourceBundle.getBundle can be called recursively
@build Test4300693RB
@run main Test4300693