]> granicus.if.org Git - clang/commitdiff
test/CodeGenCXX/dyncast.cpp: Remove XFAIL:win32 with tweaking llvm/utils/FileCheck...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Nov 2010 03:29:22 +0000 (03:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 14 Nov 2010 03:29:22 +0000 (03:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119024 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/dyncast.cpp

index 723e12b15fdc7054eeeb784cdf25e40efac3ae49..7fd5899225c247efc3593d42ac2658a72eadfd93 100644 (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>