We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02af1d8 commit 49f7c77Copy full SHA for 49f7c77
compiler/test/dotty/tools/dotc/InterfaceEntryPointTest.scala
@@ -3,6 +3,7 @@ package tools.dotc
3
4
import org.junit.Test
5
import org.junit.Assert._
6
+import org.junit.experimental.categories.Category
7
import interfaces._
8
import scala.collection.mutable.ListBuffer
9
import java.nio.file._
@@ -18,6 +19,7 @@ import java.nio.file._
18
19
*
20
* @see [[OtherEntryPointsTest]]
21
*/
22
+@Category(Array(classOf[BootstrappedOnlyTests]))
23
class InterfaceEntryPointTest {
24
@Test def runCompilerFromInterface = {
25
val sources =
0 commit comments