langtools/test/tools/javac/6330997/T6330997.java
changeset 37940 ead113a2f92e
parent 36526 3b41f1c69604
child 39917 c51a8950f278
--- a/langtools/test/tools/javac/6330997/T6330997.java	Thu May 05 12:55:21 2016 +0200
+++ b/langtools/test/tools/javac/6330997/T6330997.java	Tue May 10 15:36:21 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -32,8 +32,8 @@
  *          jdk.compiler/com.sun.tools.javac.main
  *          jdk.compiler/com.sun.tools.javac.util
  * @clean T1 T2
- * @compile -source 8 -target 8 T1.java
- * @compile -source 8 -target 8 T2.java
+ * @compile -source 9 -target 9 T1.java
+ * @compile -source 9 -target 9 T2.java
  * @run main/othervm T6330997
  */