diff options
Diffstat (limited to 'tests/bugs160/pr171953/test/AnotherExecutable.java')
-rw-r--r-- | tests/bugs160/pr171953/test/AnotherExecutable.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/bugs160/pr171953/test/AnotherExecutable.java b/tests/bugs160/pr171953/test/AnotherExecutable.java deleted file mode 100644 index 75103a696..000000000 --- a/tests/bugs160/pr171953/test/AnotherExecutable.java +++ /dev/null @@ -1,5 +0,0 @@ -package test; - -public interface AnotherExecutable extends Executable { - -} |