File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
test-resources/repl-macros Expand file tree Collapse file tree 2 files changed +6
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- package dotty .tools
1
+ package dotty
2
+ package tools
2
3
package repl
3
4
4
5
import java .io .{File => JFile }
5
6
import java .lang .System .{lineSeparator => EOL }
6
7
7
8
import org .junit .Assert ._
8
9
import org .junit .Test
10
+ import org .junit .experimental .categories .Category
9
11
10
12
import scala .collection .mutable .ArrayBuffer
11
13
import scala .io .Source
@@ -91,4 +93,7 @@ class ScriptedTests extends ReplTest with MessageRendering {
91
93
@ Test def replTests = scripts(" /repl" ).foreach(testFile)
92
94
93
95
@ Test def typePrinterTests = scripts(" /type-printer" ).foreach(testFile)
96
+
97
+ @ Category (Array (classOf [BootstrappedOnlyTests ]))
98
+ @ Test def replMacrosTests = scripts(" /repl-macros" ).foreach(testFile)
94
99
}
You can’t perform that action at this time.
0 commit comments