summaryrefslogtreecommitdiff
path: root/Tests/ObjC++/objc++.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjC++/objc++.mm')
-rw-r--r--Tests/ObjC++/objc++.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ObjC++/objc++.mm b/Tests/ObjC++/objc++.mm
index f0be25682..258ebaa52 100644
--- a/Tests/ObjC++/objc++.mm
+++ b/Tests/ObjC++/objc++.mm
@@ -5,7 +5,7 @@ using namespace std;
int main()
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
-
+
NSMutableSet *mySet = [NSMutableSet set];
cout<<"Adding values to the set."<<endl;
[mySet addObject:[NSNumber numberWithInt:356]];