From acb21a41f60c71170eaf0935119e88076a895120 Mon Sep 17 00:00:00 2001 From: "tor.erlend95@gmail.com" Date: Sun, 3 May 2020 15:24:17 +0200 Subject: [PATCH] aight now its totally fixed --- test/compiler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler.jl b/test/compiler.jl index 404644d5e..4df301878 100644 --- a/test/compiler.jl +++ b/test/compiler.jl @@ -624,7 +624,7 @@ end end s = @doc(demo) - @test "$s" == "This is a test\n" + @test string(s) == "This is a test\n" # Verify that adding docstring didn't completely break execution of model m = demo(0.)