diff options
Diffstat (limited to 'clang/test/Analysis/stack-frame-context-revision.cpp')
| -rw-r--r-- | clang/test/Analysis/stack-frame-context-revision.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/stack-frame-context-revision.cpp b/clang/test/Analysis/stack-frame-context-revision.cpp index 8c119f50c14..51f86defe31 100644 --- a/clang/test/Analysis/stack-frame-context-revision.cpp +++ b/clang/test/Analysis/stack-frame-context-revision.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyzer-checker=core,cplusplus.NewDelete -verify %s +// RUN: %clang_analyze_cc1 -std=c++14 -analyzer-checker=core,cplusplus.NewDelete -verify %s // expected-no-diagnostics: // From now the profile of the 'StackFrameContext' also contains the |

