diff --git a/tests/run-with-compiler/quote-run-many.scala b/tests/run-with-compiler/quote-run-many.scala index f48a60549517..a605a9c0989e 100644 --- a/tests/run-with-compiler/quote-run-many.scala +++ b/tests/run-with-compiler/quote-run-many.scala @@ -8,7 +8,7 @@ object Test { val a = 3 + ${i} 2 + a } - for (i <- 0 to 200) + for (i <- 0 to 100) run(expr(i)) } }