forked from OSchip/llvm-project
clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *-win32.
This expects the warning; File clang/test/SemaCXX/ms-iunknown-template-function.cpp Line 19: __declspec attribute 'novtable' is not supported But for targeting *-win32, the warning is not seen. error: 'warning' diagnostics expected but not seen: File clang\test\SemaCXX\ms-iunknown-template-function.cpp Line 19 (directive at clang\test\SemaCXX\ms-iunknown-template-function.cpp:18): __declspec attribute 'novtable' llvm-svn: 314586
This commit is contained in:
parent
b8aac3ac19
commit
86715b26c1
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -fsyntax-only -verify -fms-extensions %s
|
||||
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify -fms-extensions %s
|
||||
typedef long HRESULT;
|
||||
typedef unsigned long ULONG;
|
||||
typedef struct _GUID {
|
||||
|
|
Loading…
Reference in New Issue