| Index: test/compiler-unittests/compiler-unittests.h
|
| diff --git a/test/compiler-unittests/compiler-unittests.h b/test/compiler-unittests/compiler-unittests.h
|
| index ad8e99cb1e27d2227c0f8825f7efa19cd378d45b..6d063ee27be22c45afb46d9f7d25967866a5e4bc 100644
|
| --- a/test/compiler-unittests/compiler-unittests.h
|
| +++ b/test/compiler-unittests/compiler-unittests.h
|
| @@ -41,7 +41,6 @@ class CompilerTest : public ::testing::Test {
|
| Isolate* isolate() const { return reinterpret_cast<Isolate*>(isolate_); }
|
| Zone* zone() { return &zone_; }
|
|
|
| - protected:
|
| static void SetUpTestCase();
|
| static void TearDownTestCase();
|
|
|
|
|