| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index 7bb60b713ca42521f5ebe6802ab49f8476655c90..a11c0303034b545d36ab9ca0ec8da69989c2636a 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| -
|
| #include <stdlib.h>
|
|
|
| #include "v8.h"
|
| @@ -7661,6 +7659,3 @@ TEST(PrecompiledFunction) {
|
| v8::Debug::SetDebugEventListener2(NULL);
|
| CheckDebuggerUnloaded();
|
| }
|
| -
|
| -
|
| -#endif // ENABLE_DEBUGGER_SUPPORT
|
|
|