summaryrefslogtreecommitdiff
path: root/test/SemaCXX/new-array-size-conv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/new-array-size-conv.cpp')
-rw-r--r--test/SemaCXX/new-array-size-conv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/new-array-size-conv.cpp b/test/SemaCXX/new-array-size-conv.cpp
index dbdd4bd8951e7..36b2f23a0e977 100644
--- a/test/SemaCXX/new-array-size-conv.cpp
+++ b/test/SemaCXX/new-array-size-conv.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
+// RUN: %clang_cc1 -fsyntax-only -pedantic -verify -std=gnu++98 %s
// RUN: %clang_cc1 -fsyntax-only -pedantic -verify -std=c++98 %s
// RUN: %clang_cc1 -fsyntax-only -pedantic -verify -std=c++11 %s