Skip to content

Commit

Permalink
Fix import in benchmarks after cleanup (#3494)
Browse files Browse the repository at this point in the history
Fix import of `up_to` after [recent](#3480) cleanup.
Benchmarks now run.
  • Loading branch information
hubertp authored May 30, 2022
1 parent f0f3a34 commit dac49a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class AtomFixtures extends DefaultInterpreterRunner {

val millionElementList = eval(
s"""|from Standard.Base.Data.List import Cons,Nil
|from Standard.Base.Data.Numbers import all
|from Standard.Base.Data.Range import all
|
|main =
| res = (1.up_to $million).fold Nil (acc -> x -> Cons x acc)
Expand Down

0 comments on commit dac49a4

Please sign in to comment.