summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2019-08-23 22:26:49 +0000
committerGabor Horvath <xazax.hun@gmail.com>2019-08-23 22:26:49 +0000
commit665a64265e7eec886fd37e65f2e821d08443d634 (patch)
treedd98fc08af61dd4f5d8d24d7be35046c00ccafe4 /clang
parentb37d6a750a0f75781420d90ecbc067a95a2155da (diff)
downloadbcm5719-llvm-665a64265e7eec886fd37e65f2e821d08443d634.tar.gz
bcm5719-llvm-665a64265e7eec886fd37e65f2e821d08443d634.zip
Fix a test to test what the name suggest.
llvm-svn: 369820
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp b/clang/test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp
index 30cfce65cb3..60b8f3ddedc 100644
--- a/clang/test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp
+++ b/clang/test/Sema/warn-lifetime-analysis-nocfg-disabled.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -Wno-dangling -Wreturn-stack-address -verify %s
+// RUN: %clang_cc1 -fsyntax-only -Wno-dangling-gsl -Wreturn-stack-address -verify %s
struct [[gsl::Owner(int)]] MyIntOwner {
MyIntOwner();
OpenPOWER on IntegriCloud