From 7329962a26f45a0da64f52b8ba46a93a67bead07 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Fri, 22 Jul 2022 14:06:09 -0400 Subject: [PATCH] test fake_lang --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index e60250ab..e3c1bf29 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3978,3 +3978,5 @@ do_test("Base signatures") && @testset "Base signatures" begin # Using the extensive repository of code in Base as a testbed include("sigtest.jl") end + +include("fake_lang/non_jl_test.jl")