Skip to content

Commit d8f5aa0

Browse files
committed
Avoid stack overflow in CI
1 parent f50b516 commit d8f5aa0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
object PowerInlined1k {
22
import PowerMacro._
33

4-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
5-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
6-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
7-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
8-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
9-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
10-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
11-
power(9223372036854775807L, 5.0) // 125 quotes to unpickle
4+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
5+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
6+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
7+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
8+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
9+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
10+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
11+
power(/*922337203*/6854775807L, 5.0) // 125 quotes to unpickle
1212
}

0 commit comments

Comments
 (0)