Skip to content

Commit 888aa38

Browse files
Add an empty test class for ViewController
1 parent 94810ca commit 888aa38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright © 2021 Saleem Abdulrasool <[email protected]>
2+
// SPDX-License-Identifier: BSD-3-Clause
3+
4+
import XCTest
5+
@testable import SwiftWin32
6+
7+
final class ViewControllerTests: XCTestCase {
8+
}

0 commit comments

Comments
 (0)