Skip to content

Commit bc43d2e

Browse files
committed
sdfgb
1 parent 4fa4f80 commit bc43d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end
160160
# workers to run tests on
161161
function test_worker(name)
162162
if name == "capturing"
163-
return addworker(env=["METAL_CAPTURE_ENABLED"=>"1"], init_worker_code)
163+
return addworker(; env=["METAL_CAPTURE_ENABLED"=>"1"], init_worker_code)
164164
end
165165

166166
return nothing

0 commit comments

Comments
 (0)