From: David Blaikie Date: Fri, 9 Jan 2015 23:38:45 +0000 (+0000) Subject: Remove unnecessary/incorrect XFAIL after the revert of 225000 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9017269b38fe5d47f2e27633e94f682a045e65b3;p=clang Remove unnecessary/incorrect XFAIL after the revert of 225000 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225561 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp index 25231720f8..ba3b870078 100644 --- a/test/CodeGenCXX/debug-info-line.cpp +++ b/test/CodeGenCXX/debug-info-line.cpp @@ -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();