aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/objc/main.mm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/api/testdata/objc/main.mm')
-rw-r--r--tests/auto/api/testdata/objc/main.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/api/testdata/objc/main.mm b/tests/auto/api/testdata/objc/main.mm
index 49b4f3915..90cf06bff 100644
--- a/tests/auto/api/testdata/objc/main.mm
+++ b/tests/auto/api/testdata/objc/main.mm
@@ -9,6 +9,6 @@ int main(int argc, char **argv)
// And Objective-C
NSDictionary *version = [NSDictionary dictionaryWithContentsOfFile:@"/System/Library/CoreServices/SystemVersion.plist"];
NSString *productVersion = [version objectForKey:@"ProductVersion"];
- NSLog(@"Hello, OS X %@!", productVersion);
+ NSLog(@"Hello, macOS %@!", productVersion);
// So it's Objective-C++
}