From 65855b0f526d79325bcd531f4a12da0978ee9fd0 Mon Sep 17 00:00:00 2001 From: Damien Drix Date: Mon, 16 Nov 2015 15:09:40 +0100 Subject: [PATCH] enabled all tests --- test/inline.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/inline.jl b/test/inline.jl index ebc85eb2c1fcd..fb9fb2e913b30 100644 --- a/test/inline.jl +++ b/test/inline.jl @@ -45,7 +45,7 @@ end function test_outer(a) test_inner(a) end -#test_inlined_symbols(test_outer, Tuple{Int64}) +test_inlined_symbols(test_outer, Tuple{Int64}) # Test case 2: # Make sure that an error is thrown for the undeclared