Skip to content

Commit 83cb7e7

Browse files
Merge pull request #6812 from dotty-staging/quote-timeout
Reduce running time of quote test
2 parents a76d932 + 35f461e commit 83cb7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-with-compiler/quote-run-many.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Test {
88
val a = 3 + ${i}
99
2 + a
1010
}
11-
for (i <- 0 to 200)
11+
for (i <- 0 to 100)
1212
run(expr(i))
1313
}
1414
}

0 commit comments

Comments
 (0)