Skip to content

Commit 51ebcd9

Browse files
committed
test
1 parent c56b464 commit 51ebcd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SwiftManTests/SwiftManTestsUIDevice+Man.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class SwiftManTestsUIDevice_Man: XCTestCase {
1313
func testPrintSomeAttributes() {
1414

1515
print("start--------")
16-
print(UIDevice.m_systemName)
17-
print(UIDevice.m_systemVersion)
18-
print(UIDevice.m_systemFloatVersion)
19-
print(UIDevice.m_deviceName)
20-
print(UIDevice.m_deviceLanguage)
16+
// print(UIDevice.m_systemName)
17+
// print(UIDevice.m_systemVersion)
18+
// print(UIDevice.m_systemFloatVersion)
19+
// print(UIDevice.m_deviceName)
20+
// print(UIDevice.m_deviceLanguage)
2121
print("end--------")
2222

2323

0 commit comments

Comments
 (0)