Skip to content

Commit 1fdb94b

Browse files
Merge pull request #4216 from dotty-staging/fix-#3827
Fix #3827: Reenable large quote test
2 parents 14187e2 + 1ca3919 commit 1fdb94b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/pending/run-with-compiler/quote-run-large.scala renamed to tests/run-with-compiler/quote-run-large.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import dotty.tools.dotc.quoted.Toolbox._
22

3-
import scala.quoted.TastyExpr
3+
import scala.quoted.Exprs.TastyExpr
44

55
object Test {
66
def main(args: Array[String]): Unit = {

0 commit comments

Comments
 (0)