forked from OSchip/llvm-project
parent
6b45b67b26
commit
64585cdb66
|
@ -1,4 +1,8 @@
|
|||
// RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -o - | sort | FileCheck %s
|
||||
|
||||
// FIXME: Fails on Win32, dunno why.
|
||||
// XFAIL: win32
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue