forked from OSchip/llvm-project
test/CodeGenCXX/dyncast.cpp: Remove XFAIL:win32 with tweaking llvm/utils/FileCheck in r119023, due to DOSish crlf issue.
llvm-svn: 119024
This commit is contained in:
parent
fd781bf043
commit
e82858299c
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clang_cc1 -I%S -triple x86_64-apple-darwin -std=c++0x -emit-llvm %s -o %t.ll
|
||||
// RUN: FileCheck -check-prefix LL --input-file=%t.ll %s
|
||||
// XFAIL: win32
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
|
|
Loading…
Reference in New Issue