fix test no-rtti.cpp

This commit is contained in:
Zequan Wu 2020-09-16 11:03:04 -07:00
parent 77a01d9498
commit 4d437348d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -fsyntax-only -verify -fno-rtti %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux -fsyntax-only -verify -fno-rtti %s
namespace std {
class type_info;