[Sema] fix /gr warning test case

This commit is contained in:
Zequan Wu 2020-09-07 20:55:05 -07:00
parent 3c0b325023
commit 7907e5516a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {};