mirror of
https://github.com/wnagrodzki/UserInterfaceVariations.git
synced 2025-05-03 17:21:40 +02:00
Remove unneeded source code files
This commit is contained in:
parent
0c24e02a24
commit
d3be71b139
2 changed files with 0 additions and 14 deletions
|
@ -1,3 +0,0 @@
|
|||
struct UserInterfaceVariations {
|
||||
var text = "Hello, World!"
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
import XCTest
|
||||
@testable import UserInterfaceVariations
|
||||
|
||||
final class UserInterfaceVariationsTests: XCTestCase {
|
||||
func testExample() {
|
||||
// This is an example of a functional test case.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct
|
||||
// results.
|
||||
XCTAssertEqual(UserInterfaceVariations().text, "Hello, World!")
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue