Skip to content

Commit 19489f4

Browse files
authored
Merge pull request #10365 from dotty-staging/quote-test-timeout
Reduce runtime of quote test
2 parents 3314628 + b25b2de commit 19489f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-staging/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 + ${Expr(i)}
99
2 + a
1010
}
11-
for (i <- 0 to 100)
11+
for (i <- 0 to 50)
1212
run(expr(i))
1313
}
1414
}

0 commit comments

Comments
 (0)