Skip to content

Commit fac7dcf

Browse files
committed
remove trailing newines in tests
1 parent a520617 commit fac7dcf

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

tests/pos-special/i11251/Macro_1.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ object X:
2727
val checker = new TreeMap() {}
2828
checker.transformTerm(t.asTerm)(Symbol.spliceOwner)
2929
t
30-
31-
32-

tests/pos-special/i11251/Test_2.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ object Main {
1010
)
1111

1212
}
13-
14-
15-

tests/pos-special/i11331/Macro_1.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ object X:
1414
def processImpl[T:Type](t:Expr[T])(using Quotes):Expr[T] =
1515
import quotes.reflect._
1616
t
17-
18-
19-
20-
21-
22-

tests/pos-special/i11331/Test_2.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ object Main:
88
val a = new I11331Class
99
a
1010
}
11-
12-
13-

0 commit comments

Comments
 (0)