Skip to content

Commit 237f552

Browse files
committed
add missing %empty-directory in test
1 parent c6d5216 commit 237f552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Distributed/distributed_actor_thunk_doesnt_leak_class_arguments.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// RUN: %empty-directory(%t)
12
// RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -disable-availability-checking %S/Inputs/FakeDistributedActorSystems.swift
23
// RUN: %target-swift-frontend -module-name no_to_arg_leaks -emit-irgen -disable-availability-checking -I %t 2>&1 %s | %IRGenFileCheck %s -check-prefix CHECK-%target-import-type
34

0 commit comments

Comments
 (0)