Skip to content

Commit 28c7d88

Browse files
author
Christopher Doris
committed
fix merge error
1 parent dbdb3d8 commit 28c7d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Wrap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ end
371371
@test t == [-1, 1, 2, 3]
372372
@test pushfirst!(t, -3, -2) === t
373373
@test t == [-3, -2, -1, 1, 2, 3]
374-
@test @test_throws Exception pushfirst!(t, 4.5)
374+
@test_throws Exception pushfirst!(t, 4.5)
375375
@test t == [-3, -2, -1, 1, 2, 3]
376376
end
377377
@testset "append!" begin

0 commit comments

Comments
 (0)