diff --git a/Testing/benchmark.m b/Testing/benchmark.m index f28856bb3..963194a81 100755 --- a/Testing/benchmark.m +++ b/Testing/benchmark.m @@ -378,9 +378,9 @@ bench_str() Class ser = [NSSerializer class]; Class des = [NSDeserializer class]; Class md = [NSMutableDictionary class]; + AUTO_START; [[md new] release]; - AUTO_START; plist = [NSDictionary dictionaryWithObjectsAndKeys: @"Value1", @"Key1", diff --git a/Testing/nsbundle.m b/Testing/nsbundle.m index 4a25095a5..f36c6da0e 100644 --- a/Testing/nsbundle.m +++ b/Testing/nsbundle.m @@ -32,6 +32,7 @@ main(int argc, char *argv[], char **env) #endif arp = [NSAutoreleasePool new]; + setbuf(stdout, 0); printf(" GNUstep bundle directory is %s\n", [[[NSBundle gnustepBundle] bundlePath] cString]); path = [[[NSProcessInfo processInfo] arguments] objectAtIndex: 0];