From 13e6581db96a9dfbb805dcad5204880c744543bd Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 09:37:39 +0300 Subject: [PATCH] Issue #27185: Rename test_string_merged.py back to test_string.py. --- Lib/test/{test_string_merged.py => test_string.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_string_merged.py => test_string.py} (100%) diff --git a/Lib/test/test_string_merged.py b/Lib/test/test_string.py similarity index 100% rename from Lib/test/test_string_merged.py rename to Lib/test/test_string.py -- 2.50.1