diff options
-rw-r--r-- | test/SemaCXX/cxx1y-array-runtime-bound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/cxx1y-array-runtime-bound.cpp b/test/SemaCXX/cxx1y-array-runtime-bound.cpp index 323393d91d..1643adbe0b 100644 --- a/test/SemaCXX/cxx1y-array-runtime-bound.cpp +++ b/test/SemaCXX/cxx1y-array-runtime-bound.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1y %s -verify -pedantic-errors +// RUN: %clang_cc1 -std=c++1y %s -verify -triple=x86_64-linux-gnu -pedantic-errors // FIXME: many diagnostics here say 'variably modified type'. // catch this case and say 'array of runtime bound' instead. |