]> granicus.if.org Git - clang/commitdiff
Remove unnecessary/incorrect XFAIL after the revert of 225000
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 9 Jan 2015 23:38:45 +0000 (23:38 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 9 Jan 2015 23:38:45 +0000 (23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225561 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-line.cpp

index 25231720f8b9e2b67c9168701f4a43d4764ffb39..ba3b8700789185cdcea7f216b34ae370431a9525 100644 (file)
@@ -1,7 +1,5 @@
 // RUN: %clang_cc1 -g -std=c++11 -S -emit-llvm %s -o - | FileCheck %s
 
-// XFAIL: win32
-
 int &src();
 int *sink();
 extern "C" __complex float complex_src();