forked from OSchip/llvm-project
Giving this test a triple to satisfy the build bots.
llvm-svn: 212418
This commit is contained in:
parent
1c8a5d75f1
commit
ee7d10b5aa
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing
|
||||
// RUN: %clang_cc1 %s -triple i386-mingw32 -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing
|
||||
|
||||
/* Microsoft attribute tests */
|
||||
[repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|
||||
|
|
Loading…
Reference in New Issue