Skip to content

Commit

Permalink
aight now its totally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed May 3, 2020
1 parent 7c37c66 commit acb21a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit acb21a4

Please sign in to comment.