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

Unified Diff: test/compiled/RegExp.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/RegExp.cpp
diff --git a/test/compiled/RegExp.cpp b/test/compiled/RegExp.cpp
index 3a27cd2d9edab522afe214440bcafc4951c320f0..8d2865bff2f4ed156e640559907ee41ebb64e6a0 100644
--- a/test/compiled/RegExp.cpp
+++ b/test/compiled/RegExp.cpp
@@ -18,6 +18,8 @@
#include "gtest/gtest.h"
#include "compiled/String.h"
+ABP_NS_USING
+
TEST(TestRegexp, RegExp)
{
auto id = GenerateRegExp(u"[0-9]*"_str, false);
« compiled/base.h ('K') | « compiled/user-config.h ('k') | test/compiled/String.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld