This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8f8d80a  GEODE-8949: Fix broken build inconsistent-missing-override 
(#747)
8f8d80a is described below

commit 8f8d80a56e180e6a7d69d5277dae5c204afe192b
Author: M. Oleske <mole...@users.noreply.github.com>
AuthorDate: Fri Feb 19 13:53:55 2021 -0800

    GEODE-8949: Fix broken build inconsistent-missing-override (#747)
    
    GEODE-8949: Fix broken build inconsistent-missing-override
    * Was failing to build on Mac
    * Update to actually use scrubTestLogFiles
    
    Authored-by: M. Oleske <michael@oleske.engineer>
---
 cppcache/test/LoggingTest.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cppcache/test/LoggingTest.cpp b/cppcache/test/LoggingTest.cpp
index d486b19..1a8130c 100644
--- a/cppcache/test/LoggingTest.cpp
+++ b/cppcache/test/LoggingTest.cpp
@@ -94,9 +94,7 @@ class LoggingTest : public testing::Test {
     }
   }
 
-  virtual void SetUp() {
-    // scrubTestLogFiles();
-  }
+  void SetUp() override { scrubTestLogFiles(); }
 
   void TearDown() override { scrubTestLogFiles(); }
 

Reply via email to