diff options
Diffstat (limited to 'test/Analysis/builtin-functions.cpp')
| -rw-r--r-- | test/Analysis/builtin-functions.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/builtin-functions.cpp b/test/Analysis/builtin-functions.cpp index d3afab5bd615..4e9859754d62 100644 --- a/test/Analysis/builtin-functions.cpp +++ b/test/Analysis/builtin-functions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,debug.ExprInspection %s -std=c++11 -verify +// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=core,debug.ExprInspection %s -std=c++11 -verify  void clang_analyzer_eval(bool);  | 
