@@ -23,12 +23,11 @@ @end @implementation TestThread - (id)main { - [[OFThread threadDictionary] setObject: @"bar" - forKey: @"foo"]; + [[OFThread threadDictionary] setObject: @"bar" forKey: @"foo"]; return @"success"; } @end