Skip to content

Commit 88dcf9c

Browse files
authored
Merge pull request #688 from JuliaGPU/typo
Fix typo in runtests.jl
2 parents 94196c1 + 7a0d875 commit 88dcf9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ for AT in (:JLArray, :Array), name in keys(TestSuite.tests)
3131
testsuite["$(AT)/$name"] = :(TestSuite.tests[$name]($AT))
3232
end
3333

34-
runtests(GPUArrays, ARGS; init_code, init_worker_code, testsuite)
34+
runtests(GPUArrays, args; init_code, init_worker_code, testsuite)

0 commit comments

Comments
 (0)