forked from OSchip/llvm-project
Revert "xfail a test on darwin because some of the public buildbots are stuck on"
This reverts commit 203504. We decided that it is better to disable this test on a per-buildbot basis in zorg rather than everywhere on Darwin. llvm-svn: 203627
This commit is contained in:
parent
59155e79cc
commit
5876656c5e
|
@ -2,10 +2,6 @@
|
|||
// RUN: %clangxx %t -o %t.out
|
||||
// RUN: %test_debuginfo %s %t.out
|
||||
|
||||
// FIXME: The ptype command only works with an LLDB from XCode 5 or
|
||||
// later and not all buildbots have that yet.
|
||||
// XFAIL: darwin
|
||||
|
||||
// DEBUGGER: delete breakpoints
|
||||
// DEBUGGER: break static-member.cpp:33
|
||||
// DEBUGGER: r
|
||||
|
|
Loading…
Reference in New Issue