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

Unified Diff: test/compiled/user-config-test-abp-utf8-string.h

Issue 29721753: Issue 6180 - use ABP_TEXT everywhere in order to let String be a UTF-8 string (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git@adb2678354813ce5b6de095072954c5a784a7bc4
Patch Set: rebase Created March 15, 2018, 1:53 p.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
« no previous file with comments | « test/compiled/StringMap.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiled/user-config-test-abp-utf8-string.h
diff --git a/test/compiled/user-config-test-namespace.h b/test/compiled/user-config-test-abp-utf8-string.h
similarity index 94%
copy from test/compiled/user-config-test-namespace.h
copy to test/compiled/user-config-test-abp-utf8-string.h
index 3dcae31144507e1bf963cfd11c7c99fd8a4ffdc4..0c0359b39762c5efc2303d8f104afee9eb9c281f 100644
--- a/test/compiled/user-config-test-namespace.h
+++ b/test/compiled/user-config-test-abp-utf8-string.h
@@ -17,7 +17,9 @@
#pragma once
-#define ABP_NS test_abp_core
+#define ABP_UTF8_STRING
+
+#define ABP_NS abp_core
#define ABP_NS_BEGIN namespace ABP_NS {
#define ABP_NS_END }
#define ABP_NS_USING using namespace ABP_NS;
« no previous file with comments | « test/compiled/StringMap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld