Skip to content

Commit 8b41170

Browse files
Fix blacklist
1 parent ce61163 commit 8b41170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class FromTastyTests extends ParallelTesting {
5252
"t8023.scala",
5353
"tcpoly_ticket2096.scala",
5454
"t247.scala",
55+
"quote-no-splices.scala",
5556
)
5657
)
5758
step1.checkCompile() // Compile all files to generate the class files with tasty
@@ -89,7 +90,6 @@ class FromTastyTests extends ParallelTesting {
8990
"t493.scala",
9091
"t8395.scala",
9192
"t3613.scala",
92-
"quote-no-splices.scala",
9393
)
9494
)
9595
step1.checkCompile() // Compile all files to generate the class files with tasty

0 commit comments

Comments
 (0)