Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / tools / tests / dump.cpp
index 05982fa110c25ce7c3892a3adbc291ec83cdd699..26f07d25bbc0e38ea758053faea9c767720ec375 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2019, by the GROMACS development team, led by
+ * Copyright (c) 2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -59,7 +59,7 @@ class DumpTest : public ::testing::Test
 {
 public:
     //! Run test case.
-    void runTest(CommandLine* cmdline);
+    static void runTest(CommandLine* cmdline);
 
 protected:
     // TODO this is changed in newer googletest versions