Skip to content

Commit 76785b3

Browse files
authored
[NFC] Move testing support files into their own directory (#23)
1 parent 34682ca commit 76785b3

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Tests/AsyncAlgorithmsTests/Locking.swift

Lines changed: 0 additions & 1 deletion
This file was deleted.

Tests/AsyncAlgorithmsTests/Failure.swift renamed to Tests/AsyncAlgorithmsTests/Support/Failure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift Async Algorithms open source project
44
//
5-
// Copyright (c) 2021 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2022 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../Sources/AsyncAlgorithms/Locking.swift

0 commit comments

Comments
 (0)