summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation/result.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/classWithSelfAnnotation/result.test')
-rw-r--r--test/files/scalap/classWithSelfAnnotation/result.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation/result.test b/test/files/scalap/classWithSelfAnnotation/result.test
index 9e20790fa2..326437c7be 100644
--- a/test/files/scalap/classWithSelfAnnotation/result.test
+++ b/test/files/scalap/classWithSelfAnnotation/result.test
@@ -2,4 +2,4 @@ class ClassWithSelfAnnotation extends java.lang.Object with scala.ScalaObject {
this : ClassWithSelfAnnotation with java.lang.CharSequence =>
def this() = { /* compiled code */ }
def foo : scala.Int = { /* compiled code */ }
-} \ No newline at end of file
+}