aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper_unittest.cc')
-rw-r--r--src/processor/pathname_stripper_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/processor/pathname_stripper_unittest.cc b/src/processor/pathname_stripper_unittest.cc
index eab27d54..a1d8e710 100644
--- a/src/processor/pathname_stripper_unittest.cc
+++ b/src/processor/pathname_stripper_unittest.cc
@@ -37,6 +37,8 @@
#define ASSERT_EQ(e1, e2) ASSERT_TRUE((e1) == (e2))
+namespace {
+
using google_airbag::PathnameStripper;
static bool RunTests() {
@@ -73,6 +75,8 @@ static bool RunTests() {
return true;
}
+} // namespace
+
int main(int argc, char **argv) {
return RunTests() ? 0 : 1;
}