| Index: Source/wtf/testing/WTFTestPrinters.cpp
|
| diff --git a/Source/wtf/testing/WTFTestHelpers.cpp b/Source/wtf/testing/WTFTestPrinters.cpp
|
| similarity index 97%
|
| rename from Source/wtf/testing/WTFTestHelpers.cpp
|
| rename to Source/wtf/testing/WTFTestPrinters.cpp
|
| index 84114a1b80ab48cff18f48d854b8104176166908..19586bbc8f9d91a44a399b83790404541f887b10 100644
|
| --- a/Source/wtf/testing/WTFTestHelpers.cpp
|
| +++ b/Source/wtf/testing/WTFTestPrinters.cpp
|
| @@ -29,10 +29,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "wtf/testing/WTFTestHelpers.h"
|
|
|
| #include "wtf/text/WTFString.h"
|
| -#include <ios> // NOLINT
|
| #include <ostream> // NOLINT
|
|
|
| namespace WTF {
|
|
|