forked from OSchip/llvm-project
[Sema] fix /gr warning test case
This commit is contained in:
parent
3c0b325023
commit
7907e5516a
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang_cc1 -fsyntax-only -verify -fno-rtti %s
|
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fsyntax-only -verify -fno-rtti %s
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
class type_info;
|
class type_info;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %clang_cc1 %s -fno-rtti-data -fsyntax-only -verify
|
// RUN: %clang_cc1 %s -triple x86_64-pc-linux-gnu -fno-rtti-data -fsyntax-only -verify
|
||||||
|
|
||||||
namespace std {
|
namespace std {
|
||||||
struct type_info {};
|
struct type_info {};
|
||||||
|
|
Loading…
Reference in New Issue