commit | aabbb12dcb8a7f4ea7dae0ce53a2c84a332844a8 | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Sun Dec 30 01:38:50 2007 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Sun Dec 30 01:38:50 2007 +0000 |
tree | 0badb87a449575021d8733205f1d7e193007bb8c | |
parent | b3ab8dc7d3b2e24259b990ac4ad75abfd07fa1f9 [diff] [blame] |
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