forked from OSchip/llvm-project
Try to get useful diagnostics out of the failing MSVC builders
llvm-svn: 149212
This commit is contained in:
parent
8152731254
commit
8277797e3d
|
@ -1,5 +1,5 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -Xclang -verify %s
|
||||
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t %s
|
||||
|
||||
@import __compiler_builtins.float_constants;
|
||||
|
||||
|
@ -9,4 +9,4 @@ float getFltMax() { return FLT_MAX; }
|
|||
|
||||
char getCharMax() { return CHAR_MAX; }
|
||||
|
||||
size_t size; // expected-error{{unknown type name 'size_t'}}
|
||||
//size_t size; // expected-error{{unknown type name 'size_t'}}
|
||||
|
|
Loading…
Reference in New Issue