forked from OSchip/llvm-project
XFAILed the static-member.cpp test since we no longer support emitting debug info that support what Eric calls "the member hack".
llvm-svn: 189915
This commit is contained in:
parent
c89466fc22
commit
9672fcf1e5
|
@ -1,6 +1,7 @@
|
|||
// RUN: %clangxx -O0 -g %s -o %t -c
|
||||
// RUN: %clangxx %t -o %t.out
|
||||
// RUN: %test_debuginfo %s %t.out
|
||||
// XFAIL: *
|
||||
|
||||
// DEBUGGER: delete breakpoints
|
||||
// DEBUGGER: break static-member.cpp:33
|
||||
|
|
Loading…
Reference in New Issue