Skip to content

Commit

Permalink
Add a test for at-belapsed macro without keywords (#88)
Browse files Browse the repository at this point in the history
Ref #59.
  • Loading branch information
giordano authored and jrevels committed Nov 13, 2017
1 parent d0f4804 commit c684b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ExecutionTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ tune!(b)

# this should take < 1 s on any sane machine
@test @belapsed(sin($(foo.x)), evals=3, samples=10, setup=(foo.x = 0)) < 1
@test @belapsed(sin(0)) < 1

let fname = tempname()
try
Expand Down

0 comments on commit c684b3e

Please sign in to comment.