Rename stats to print-stats to avoid conflicting with llvm's
stats statistic when clang is built as a dylib.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45441 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/cocoa.m b/test/Sema/cocoa.m
index cfb1f4e..7cb1b52 100644
--- a/test/Sema/cocoa.m
+++ b/test/Sema/cocoa.m
@@ -1,4 +1,4 @@
-// RUN: clang %s -stats
+// RUN: clang %s -print-stats
 #ifdef __APPLE__
 #include <Cocoa/Cocoa.h>
 #endif