aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/osobjectcstylecastchecker_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/osobjectcstylecastchecker_test.cpp')
-rw-r--r--test/Analysis/osobjectcstylecastchecker_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/osobjectcstylecastchecker_test.cpp b/test/Analysis/osobjectcstylecastchecker_test.cpp
index 07f878cd39..fabed7ee34 100644
--- a/test/Analysis/osobjectcstylecastchecker_test.cpp
+++ b/test/Analysis/osobjectcstylecastchecker_test.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=optin.osx.OSObjectCStyleCast %s -verify
+// RUN: %clang_analyze_cc1 -std=c++14 -analyzer-checker=optin.osx.OSObjectCStyleCast %s -verify
#include "os_object_base.h"
struct OSArray : public OSObject {