Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index a2426cc0fe7cf80be3845b597f6221165261b691..8675a0146ce172d06e1c067c5c0661722c517d97 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -2,8 +2,6 @@ |
// |
// Tests for heap profiler |
-#ifdef ENABLE_LOGGING_AND_PROFILING |
- |
#include "v8.h" |
#include "cctest.h" |
@@ -893,5 +891,3 @@ TEST(NodesIteration) { |
} |
CHECK_EQ(1, count); |
} |
- |
-#endif // ENABLE_LOGGING_AND_PROFILING |