| Index: test/cctest/test-log-utils.cc
|
| diff --git a/test/cctest/test-log-utils.cc b/test/cctest/test-log-utils.cc
|
| index 861be12ce86d47c5ea53237c8938b58b9c51d480..98060acf6595916182f5d07fe54814d999a665ff 100644
|
| --- a/test/cctest/test-log-utils.cc
|
| +++ b/test/cctest/test-log-utils.cc
|
| @@ -2,8 +2,6 @@
|
| //
|
| // Tests of logging utilities from log-utils.h
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #include "v8.h"
|
|
|
| #include "log-utils.h"
|
| @@ -136,5 +134,3 @@ TEST(DynaBufSealing) {
|
| // Verify that there's no data beyond the seal.
|
| CHECK_EQ(0, ReadData(&dynabuf, 100 + seal_size, &buf));
|
| }
|
| -
|
| -#endif // ENABLE_LOGGING_AND_PROFILING
|
|
|