Skip to content

Commit

Permalink
missing Range import
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Sep 26, 2023
1 parent 61b4ad2 commit 9c6d2fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Benchmarks/src/Main.enso
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Standard.Base import all
from Standard.Base import all hiding Range
from Standard.Test import Bench
import project.Vector.Array_Proxy_Bench
import project.Vector.Distinct
Expand All @@ -23,6 +23,7 @@ import project.Json_Bench
import project.Natural_Order_Sort
import project.Number_Parse
import project.Numeric
import project.Range
import project.Sum
from Standard.Base.Runtime import Debug

Expand Down

0 comments on commit 9c6d2fb

Please sign in to comment.