Skip to content

Commit 9d71e71

Browse files
committed
fixing atomic test typo
1 parent 50481d9 commit 9d71e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/atomic_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
atomic_cas!(pointer(input,2),b,c)
5252
end
5353

54-
function atomics_testsuite(backend)
54+
function atomics_testsuite(backend, ArrayT)
5555

5656
@testset "atomic addition tests" begin
5757
types = [Int32, Int64, UInt32, UInt64, Float32]

0 commit comments

Comments
 (0)