diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-14 03:29:22 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-11-14 03:29:22 +0000 |
| commit | e82858299cd421e66453b9e5c61cd4fcad54b99a (patch) | |
| tree | d486b2340c30d7ce2d436761feac43b070691611 /clang/test/CodeGenCXX | |
| parent | fd781bf0432d24a657fd33684b61b7f25147e24e (diff) | |
| download | bcm5719-llvm-e82858299cd421e66453b9e5c61cd4fcad54b99a.tar.gz bcm5719-llvm-e82858299cd421e66453b9e5c61cd4fcad54b99a.zip | |
test/CodeGenCXX/dyncast.cpp: Remove XFAIL:win32 with tweaking llvm/utils/FileCheck in r119023, due to DOSish crlf issue.
llvm-svn: 119024
Diffstat (limited to 'clang/test/CodeGenCXX')
| -rw-r--r-- | clang/test/CodeGenCXX/dyncast.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/dyncast.cpp b/clang/test/CodeGenCXX/dyncast.cpp index 723e12b15fd..7fd5899225c 100644 --- a/clang/test/CodeGenCXX/dyncast.cpp +++ b/clang/test/CodeGenCXX/dyncast.cpp @@ -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> |

