diff options
Diffstat (limited to 'src/test/erasure-code/TestErasureCodeExample.cc')
-rw-r--r-- | src/test/erasure-code/TestErasureCodeExample.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/erasure-code/TestErasureCodeExample.cc b/src/test/erasure-code/TestErasureCodeExample.cc index 826f3bef177..b488a604b61 100644 --- a/src/test/erasure-code/TestErasureCodeExample.cc +++ b/src/test/erasure-code/TestErasureCodeExample.cc @@ -1,4 +1,4 @@ -// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph distributed storage system @@ -11,7 +11,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. - * + * */ #include <stdlib.h> @@ -20,6 +20,8 @@ #include "global/global_context.h" #include "gtest/gtest.h" +using namespace std; + TEST(ErasureCodeExample, chunk_size) { ErasureCodeExample example; |