< prev index next >

test/java/time/test/java/time/format/TestNarrowMonthNamesAndDayNames.java

Print this page

        

@@ -18,17 +18,18 @@
  *
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-package test.java.time.format;
-
 /*
  * @test
+ * @modules jdk.localedata
  * @bug 8146750
  * @summary Test Narrow and NarrowStandalone month names are retrieved correctly.
  */
+package test.java.time.format;
+
 import static org.testng.Assert.assertEquals;
 
 import java.time.DayOfWeek;
 import java.time.Month;
 import java.time.format.TextStyle;
< prev index next >