Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1496)

Unified Diff: Source/wtf/testing/WTFTestPrintersTest.cpp

Issue 1257203002: Fix ODR violation that can break WTF::String pretty printing in tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/wtf/testing/WTFTestPrintersTest.cpp
diff --git a/Source/wtf/testing/WTFTestHelpersTest.cpp b/Source/wtf/testing/WTFTestPrintersTest.cpp
similarity index 98%
rename from Source/wtf/testing/WTFTestHelpersTest.cpp
rename to Source/wtf/testing/WTFTestPrintersTest.cpp
index 03774c3bbc8d16253acebe75e424f4b3e600df4e..0077e7b66c14bb47436fb383c3f1ce2d99c003f8 100644
--- a/Source/wtf/testing/WTFTestHelpersTest.cpp
+++ b/Source/wtf/testing/WTFTestPrintersTest.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-#include "wtf/testing/WTFTestHelpers.h"
#include "wtf/StdLibExtras.h"
#include "wtf/text/CString.h"

Powered by Google App Engine
This is Rietveld 408576698