Fix a test to test what the name suggest.

llvm-svn: 369820
This commit is contained in:
Gabor Horvath
2019-08-23 22:26:49 +00:00
parent b37d6a750a
commit 665a64265e

View File

@@ -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();