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:
NAKAMURA Takumi 2010-11-14 03:29:22 +00:00
parent fd781bf043
commit e82858299c
1 changed files with 0 additions and 1 deletions

View File

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