Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py |
index 04ebc51541ccbcbb9a330c93454550be8f19fbf5..749562350ebd0878c7db2882776734c381ebff17 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem_unittest.py |
@@ -259,7 +259,6 @@ class RealFileSystemTest(unittest.TestCase, GenericFileSystemTests): |
text_path = None |
unicode_text_string = u'\u016An\u012Dc\u014Dde\u033D' |
- hex_equivalent = '\xC5\xAA\x6E\xC4\xAD\x63\xC5\x8D\x64\x65\xCC\xBD' |
try: |
text_path = tempfile.mktemp(prefix='tree_unittest_') |
file = fs.open_text_file_for_writing(text_path) |