no warning here

This commit is contained in:
Mike J Innes 2017-03-12 18:36:03 +00:00
parent daf962a831
commit d271616162
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ end
@testset "Stack Traces" begin
model = TLP(Affine(10, 20), Affine(21, 15))
info("The following warning is normal")
dm = tf(model)
e = try dm(rand(10))
catch e e end