From 10fd0aaf8b2dae1101cc2e33d15ecd43911aa3a1 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 3 Jun 2016 10:38:24 +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.49.0