summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1836
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t1836')
-rw-r--r--test/pending/pos/t1836/J.java2
-rw-r--r--test/pending/pos/t1836/S.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/pending/pos/t1836/J.java b/test/pending/pos/t1836/J.java
index 55fc2a5f8d..a009a59e21 100644
--- a/test/pending/pos/t1836/J.java
+++ b/test/pending/pos/t1836/J.java
@@ -1 +1 @@
-public abstract class J<T> { protected J(T id) { } } \ No newline at end of file
+public abstract class J<T> { protected J(T id) { } }
diff --git a/test/pending/pos/t1836/S.scala b/test/pending/pos/t1836/S.scala
index b217cc4aaa..88ce1063e9 100644
--- a/test/pending/pos/t1836/S.scala
+++ b/test/pending/pos/t1836/S.scala
@@ -1 +1 @@
-class S extends J("") \ No newline at end of file
+class S extends J("")