Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/compiled/String.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created Feb. 6, 2018, 9:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/compiled/String.cpp
diff --git a/test/compiled/String.cpp b/test/compiled/String.cpp
index 3389017d3a9aac0500cc4265cce0e9cd6454eabb..a8add6095b31ea28c7135e933503af9000f4d472 100644
--- a/test/compiled/String.cpp
+++ b/test/compiled/String.cpp
@@ -19,6 +19,8 @@
#include "gtest/gtest.h"
#include "compiled/String.h"
+ABP_NS_USING
+
TEST(TestString, constructInvalidDependentString)
{
DependentString s;
« compiled/base.h ('K') | « test/compiled/RegExp.cpp ('k') | test/compiled/StringMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld