8206439: Remove javac -source/-target 6 from langtools regression tests

Reviewed-by: mcimadamore
This commit is contained in:
Joe Darcy 2018-07-06 10:28:56 -07:00
parent d2de786263
commit 03597d010c
66 changed files with 67 additions and 235 deletions

View file

@ -42,7 +42,6 @@ import java.util.regex.*;
*/
public class ClassVersionChecker {
private static enum Version {
SIX("6", 50),
SEVEN("7", 51),
EIGHT("8", 52),
NINE("9", 53),