From 05976798dc62e2f22c811579b215984421dab30e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Apr 2013 17:06:15 +0000 Subject: [PATCH] Remove XFAIL now that the test is standalone. llvm-svn: 179538 --- clang/test/PCH/cxx-typeid.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/PCH/cxx-typeid.cpp b/clang/test/PCH/cxx-typeid.cpp index c6a41a1..534863a 100644 --- a/clang/test/PCH/cxx-typeid.cpp +++ b/clang/test/PCH/cxx-typeid.cpp @@ -1,4 +1,3 @@ -// XFAIL: hexagon // Test this without pch. // RUN: %clang_cc1 -include %S/cxx-typeid.h -fsyntax-only -verify %s -- 2.7.4