Skip to content

Commit

Permalink
Merge pull request #14655 from dotty-staging/fix-java8-ci
Browse files Browse the repository at this point in the history
Fix the Java 8 CI
  • Loading branch information
smarter authored Mar 9, 2022
2 parents bef67f6 + 15fafb5 commit e078e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions tests/disabled/pos/i12956.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Disable because it requires Java 9+ but our CI still runs on Java 8 and our
// testing infrastructure doesn't let us run a test only on Java 9+.
interface Foo {
private void bar() {}
}
3 changes: 0 additions & 3 deletions tests/pos/i12956.java

This file was deleted.

0 comments on commit e078e79

Please sign in to comment.