Skip to content

Commit 7c37c66

Browse files
committed
aight now the test is fixed
1 parent c6aaf20 commit 7c37c66

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"
627+
@test "$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)