This test should no longer be XFAILed; the standard has stabilized, and the test contents are acceptable. No diagnostics expected from this test.

llvm-svn: 209891
This commit is contained in:
Aaron Ballman 2014-05-30 13:09:38 +00:00
parent 3152e088c3
commit 3e44a7fa52
1 changed files with 13 additions and 14 deletions

View File

@ -1,7 +1,6 @@
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
// XFAIL: *
// Our C++0x doesn't currently have specialized destructor name handling,
// since the specification is still in flux.
// expected-no-diagnostics
struct C {
typedef int I;
};