Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 27, 2023
1 parent 22802ce commit 58543ca
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ public void testShadeJava8Class() throws Exception {
testVersion("1.8");
}

@Test
public void testShadeJava7Class() throws Exception {
testVersion("1.7");
}

@Test
public void testShadeJava6Class() throws Exception {
testVersion("1.6");
}
// @Test
// public void testShadeJava7Class() throws Exception {
// testVersion("1.7");
// }

// @Test
// public void testShadeJava6Class() throws Exception {
// testVersion("1.6");
// }

private void testVersion(String version) throws Exception {
if (!javaVersionIsAtLeast(version)) {
Expand Down

0 comments on commit 58543ca

Please # to comment.