summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py')
-rw-r--r--Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py b/Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py
index 309bf8d..47dc8a2 100644
--- a/Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py
@@ -196,7 +196,7 @@ class ListDuplicatesTest(unittest.TestCase):
('LayoutTests/platform/mac/test.html',
('platform/mac/test.html', checkout_root)),
(None,
- ('platform/mac/test.html', os.path.join(checkout_root, 'WebCore'))),
+ ('platform/mac/test.html', os.path.join(checkout_root, 'Source', 'WebCore'))),
('test.html',
('platform/mac/test.html', os.path.join(layout_test_dir, 'platform/mac'))),
(None,