summaryrefslogtreecommitdiff
path: root/extractor/sampler_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/sampler_test.cc')
-rw-r--r--extractor/sampler_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/extractor/sampler_test.cc b/extractor/sampler_test.cc
index 4f91965b..e9abebfa 100644
--- a/extractor/sampler_test.cc
+++ b/extractor/sampler_test.cc
@@ -9,6 +9,7 @@
using namespace std;
using namespace ::testing;
+namespace extractor {
namespace {
class SamplerTest : public Test {
@@ -69,4 +70,5 @@ TEST_F(SamplerTest, TestSubstringsSample) {
EXPECT_EQ(PhraseLocation(expected_locations, 2), sampler->Sample(location));
}
-} // namespace
+} // namespace
+} // namespace extractor