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
23package repl
34
45import java .io .{File => JFile }
56import java .lang .System .{lineSeparator => EOL }
67
78import org .junit .Assert ._
89import org .junit .Test
10+ import org .junit .experimental .categories .Category
911
1012import scala .collection .mutable .ArrayBuffer
1113import scala .io .Source
@@ -91,4 +93,7 @@ class ScriptedTests extends ReplTest with MessageRendering {
9193 @ Test def replTests = scripts(" /repl" ).foreach(testFile)
9294
9395 @ Test def typePrinterTests = scripts(" /type-printer" ).foreach(testFile)
96+
97+ @ Category (Array (classOf [BootstrappedOnlyTests ]))
98+ @ Test def replMacrosTests = scripts(" /repl-macros" ).foreach(testFile)
9499}
You can’t perform that action at this time.
0 commit comments