mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Fix a test to test what the name suggest.
llvm-svn: 369820
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user