aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-parser/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-27 23:51:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-21 08:52:19 +0200
commit6e3bfe103968390bd486293df93b381a13ad34df (patch)
treeb9c45daca9800499b201a745fd56389ed7aaf754 /tests/manifest-parser/driver.cxx
parentccad54fefd2d8c980c61ae487dd3bcc9237a6137 (diff)
Adopt for use as ODB value types
Diffstat (limited to 'tests/manifest-parser/driver.cxx')
-rw-r--r--tests/manifest-parser/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx
index c54e2f0..0fd64f4 100644
--- a/tests/manifest-parser/driver.cxx
+++ b/tests/manifest-parser/driver.cxx
@@ -132,8 +132,8 @@ main ()
{{"","1"},{"a","x\\\\"},{"b",""},{"",""},{"",""}}));
}
-static std::ostream&
-operator<< (std::ostream& os, const pairs& ps)
+static ostream&
+operator<< (ostream& os, const pairs& ps)
{
os << '{';