From 9f90389bb3ce8273651550b02a14606edbb35beb Mon Sep 17 00:00:00 2001 From: Esteban Brenes Date: Sat, 1 Apr 2017 10:34:33 -0400 Subject: [PATCH] test failure --- RWDevConApp-2016/RWDevConTests/DataTests.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RWDevConApp-2016/RWDevConTests/DataTests.swift b/RWDevConApp-2016/RWDevConTests/DataTests.swift index 012585b..ec149f5 100644 --- a/RWDevConApp-2016/RWDevConTests/DataTests.swift +++ b/RWDevConApp-2016/RWDevConTests/DataTests.swift @@ -64,4 +64,8 @@ class DataTests: XCTestCase { person.last = "吴" XCTAssertEqual(person.fullNameFor("zh"), "吴桐") } + + func testMakeThingsFail() { + XCTFail("This is a deliberate attempt to make things fail.") + } }