summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/zvector2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/zvector2.c')
-rw-r--r--clang/test/Sema/zvector2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/zvector2.c b/clang/test/Sema/zvector2.c
index a4e0a9e2c3f..08ec9dfc661 100644
--- a/clang/test/Sema/zvector2.c
+++ b/clang/test/Sema/zvector2.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple s390x-linux-gnu -fzvector -target-cpu z14 \
-// RUN: -flax-vector-conversions=none -W -Wall -Wconversion \
+// RUN: -fno-lax-vector-conversions -W -Wall -Wconversion \
// RUN: -Werror -fsyntax-only -verify %s
vector signed char sc, sc2;
OpenPOWER on IntegriCloud