Skip to content

Commit

Permalink
Fix failing replutil test
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Dec 11, 2016
1 parent 3a4a8b4 commit 3120377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/replutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ end
# @macroexpand tests
macro seven_dollar(ex)
# simonbyrne example 18240
isa(ex,Expr) && ex.head == :$ ? 7 : ex
isa(ex,Expr) && ex.head == :$ ? 7 : esc(ex)
end

let
Expand Down

0 comments on commit 3120377

Please sign in to comment.