Skip to content

Commit a1586b3

Browse files
committed
chore: do not compile AnyVal for now
1 parent 03a54a7 commit a1586b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/TastyBootstrapTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TastyBootstrapTests {
2929
* bootstrapped, and making sure that TASTY can link against a compiled
3030
* version of Dotty, and compiling the compiler using the SemanticDB generation
3131
*/
32-
@Ignore @Test def tastyBootstrap: Unit = {
32+
@Test def tastyBootstrap: Unit = {
3333
implicit val testGroup: TestGroup = TestGroup("tastyBootstrap/tests")
3434
val libGroup = TestGroup("tastyBootstrap/lib")
3535
val tastyCoreGroup = TestGroup("tastyBootstrap/tastyCore")

0 commit comments

Comments
 (0)