Skip to content

Commit

Permalink
Fix warningtest by adding color warning to the set
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Mar 16, 2016
1 parent 0f3d323 commit d189242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ResourceApp/ResourceAppTests/ResourceAppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ResourceAppTests: XCTestCase {
"warning: [R.swift] Skipping 2 resource files because symbol 'duplicateJson' would be generated for all of these files: Duplicate.json, duplicateJson",
"warning: [R.swift] Destination view controller with id Zbd-89-K73 for segue toUnknown in FirstViewController not found in storyboard References. Is this storyboard corrupt?",
"warning: [R.swift] Skipping 1 reuseIdentifier because no swift identifier can be generated for reuseIdentifier: ' '",
"warning: [R.swift] Skipping 2 colors in palette 'My R.swift colors' because symbol 'black' would be generated for all of these colors: Black, Black?"
]

func testWarningsAreLogged() {
Expand Down

0 comments on commit d189242

Please sign in to comment.