Chromium Code Reviews| Index: client/deps/glbench/src/swaptest.cc |
| diff --git a/client/deps/glbench/src/swaptest.cc b/client/deps/glbench/src/swaptest.cc |
| index f02acbe19ec0864d77ef9154c89958e558691f63..2d724d445e9f232036a225da3e7942a73815c989 100644 |
| --- a/client/deps/glbench/src/swaptest.cc |
| +++ b/client/deps/glbench/src/swaptest.cc |
| @@ -15,6 +15,7 @@ class SwapTest : public TestBase { |
| virtual ~SwapTest() {} |
| virtual bool TestFunc(int iter); |
| virtual bool Run(); |
| + virtual const char* Name() const { return "swap"; } |
| private: |
| DISALLOW_COPY_AND_ASSIGN(SwapTest); |