Skip to content

Commit c48c61a

Browse files
committed
Reduce running time of quote test
It timed out in http://dotty-ci.epfl.ch/lampepfl/dotty/13982/5.
1 parent 06204ea commit c48c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 {
1313
expr(i)
1414
}

0 commit comments

Comments
 (0)