Skip to content

Commit 19706fd

Browse files
committed
fix doctest
1 parent a645b3b commit 19706fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Test/src/Test.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1582,8 +1582,8 @@ julia> @testset let logi = log(im), op = !iszero
15821582
end
15831583
Test Failed at none:3
15841584
Expression: op(real(logi))
1585-
Context: logi = 0.0 + 1.5707963267948966im
1586-
op = !iszero
1585+
Context: op = !iszero
1586+
logi = 0.0 + 1.5707963267948966im
15871587
15881588
ERROR: There was an error during testing
15891589
```

0 commit comments

Comments
 (0)