summaryrefslogtreecommitdiff
path: root/test/files/run/t7700.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7700.check')
-rw-r--r--test/files/run/t7700.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/t7700.check b/test/files/run/t7700.check
index ca8e686984..1d51e68877 100644
--- a/test/files/run/t7700.check
+++ b/test/files/run/t7700.check
@@ -1,2 +1,3 @@
-public abstract java.lang.Object C.bar(java.lang.Object)
+public default void C.$init$()
+public default java.lang.Object C.bar(java.lang.Object)
public abstract java.lang.Object C.foo(java.lang.Object)