forked from OSchip/llvm-project
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:
parent
3152e088c3
commit
3e44a7fa52
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue