From 3120377bfe7c8bb59a376879d45acc1a5929d1c2 Mon Sep 17 00:00:00 2001 From: kshyatt Date: Fri, 9 Dec 2016 17:08:06 -0800 Subject: [PATCH] Fix failing replutil test --- test/replutil.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/replutil.jl b/test/replutil.jl index 654c099d6a7e9..31ac32ff2c5bc 100644 --- a/test/replutil.jl +++ b/test/replutil.jl @@ -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