Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .swift-package-init-lib.md.swp
Binary file not shown.
1 change: 0 additions & 1 deletion swift-package-init-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN: mkdir -p %t.dir/Project
RUN: %{swift} package --chdir %t.dir/Project init --type library
RUN: %{swift} build --chdir %t.dir/Project 2>&1 | tee %t.build-log
RUN: %{swift} test --chdir %t.dir/Project 2>&1 | tee %t.test-log
REQUIRES: rdar://problem/31720541
```

## Check the build log.
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions test-complex-xctest-package/test-xctest-package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// RUN: cp -r %S/SwiftCMixed %t.dir/
// RUN: %{swift} test --chdir %t.dir/SwiftCMixed -v 2>&1 | tee %t.build-log
//
// REQUIRES: rdar://problem/31720541
//
// Check the build log.
//
// RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
Expand Down