]> granicus.if.org Git - clang/commit
Fix a test that was never being run, mark it XFAIL
authorAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 12:45:46 +0000 (12:45 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 5 Nov 2013 12:45:46 +0000 (12:45 +0000)
commit821d60d05d1d211244a08f30d8cdae72268b9b92
tree42654b2485848595f86166cffcc7f125d8e45e08
parentb7b44c88e8863786c837c88d99396f93719cf361
Fix a test that was never being run, mark it XFAIL

Turns out this has always been crashing since the test landed in
r186647:

  Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl"), function CheckAccessDeclContext, file clang/lib/AST/DeclBase.cpp, line 690.

Needs attention.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194072 91177308-0d34-0410-b5e6-96231b3b80d8
test/OpenMP/threadprivate_ast_print.cpp