Fix typo: XCode -> Xcode

This commit is contained in:
Ryan Schmidt
2018-06-05 05:05:07 -05:00
parent 87faa2b7c0
commit 8adbbe0b67
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -387,7 +387,7 @@ test getoption {
test setxcodeinfo {
Set XCode info unit test.
Set Xcode info unit test.
} -constraints {
root
} -setup {
@@ -399,8 +399,8 @@ test setxcodeinfo {
if {![info exists macports::xcodeversion]} {
return "FAIL: xcodeversion unset"
}
return "Set XCode version successful."
} -result "Set XCode version successful."
return "Set Xcode version successful."
} -result "Set Xcode version successful."
test set_developer_dir {
+2 -2
View File
@@ -23,7 +23,7 @@ proc xcode_binpath {} {
}
test envvariables {
Regression test for XCode version.
Regression test for Xcode version.
} -constraints {
darwin
} -body {
@@ -31,7 +31,7 @@ test envvariables {
} -result "xcodeversion >= 2.1"
test xcode_path {
Regression test for XCode path.
Regression test for Xcode path.
} -constraints {
darwin
} -body {