Skip to content

Commit acb21a4

Browse files
committed
aight now its totally fixed
1 parent 7c37c66 commit acb21a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ end
624624
end
625625

626626
s = @doc(demo)
627-
@test "$s" == "This is a test\n"
627+
@test string(s) == "This is a test\n"
628628

629629
# Verify that adding docstring didn't completely break execution of model
630630
m = demo(0.)

0 commit comments

Comments
 (0)