Skip to content

Commit b662391

Browse files
committed
Update test/intrinsics.jl
1 parent db98803 commit b662391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/intrinsics.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ compiled_addi(x, y) = Core.Intrinsics.add_int(x, y)
9494
@test compiled_addi(true, true) === false
9595

9696
compiled_addf(x, y) = Core.Intrinsics.add_float(x, y)
97-
@test_throws ErrorException compiled_addf(C_NULL, C_NULL) === C_NULL
97+
@test_throws ErrorException compiled_addf(C_NULL, C_NULL)
9898
@test_throws ErrorException compiled_addf(C_NULL, 1)
9999
@test compiled_addf(0.5, 5.0e-323) === 0.5
100100
@test_throws ErrorException compiled_addf(im, im)

0 commit comments

Comments
 (0)