forked from OSchip/llvm-project
test: move test from CodeGen to Sema
Move test from CodeGen to Sema to more accurately reflect what is being tested as pointed out by Alp. llvm-svn: 212009
This commit is contained in:
parent
f082e73696
commit
e5c4e9f370
|
@ -1,4 +1,5 @@
|
|||
// RUN: %clang_cc1 -triple thumbv7--windows-msvc -std=c++11 -fsyntax-only -fms-compatibility -x c++ %s
|
||||
// RUN: %clang_cc1 -triple thumbv7--windows-msvc -std=c++11 -verify -fsyntax-only %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue