Skip to content

Commit b3f680f

Browse files
committed
[test] Tweak NSCoding tests for the 4.0 branch.
1 parent 2b03315 commit b3f680f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interpreter/SDK/check_class_for_archiving.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %empty-directory(%t)
1+
// RUN: rm -rf %t && mkdir -p %t
22
// RUN: %target-build-swift %s -module-name=_Test -import-objc-header %S/Inputs/check_class_for_archiving.h -o %t/a.out
33
// RUN: %target-run %t/a.out | %FileCheck %s
44

test/Interpreter/SDK/check_class_for_archiving_log.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %empty-directory(%t)
1+
// RUN: rm -rf %t && mkdir -p %t
22
// RUN: %target-build-swift %s -module-name=_Test -import-objc-header %S/Inputs/check_class_for_archiving.h -o %t/a.out
33
// RUN: %target-run %t/a.out 2>&1 | %FileCheck %s
44

0 commit comments

Comments
 (0)