summaryrefslogtreecommitdiff
path: root/test/files/run/t1430/Bar_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1430/Bar_1.java')
-rw-r--r--test/files/run/t1430/Bar_1.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t1430/Bar_1.java b/test/files/run/t1430/Bar_1.java
index 4db2eafcbd..e49b6becb2 100644
--- a/test/files/run/t1430/Bar_1.java
+++ b/test/files/run/t1430/Bar_1.java
@@ -2,7 +2,7 @@ package j;
interface Foo {
public void foo();
-}
+}
public interface Bar_1 extends Foo {
public void bar();
-}
+}