From b5023df3d6d46c7a220eb1db0c2db8cbe8a881fc Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 1 Apr 2010 17:56:57 +0000 Subject: [PATCH] Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked as a regular test by regrtest.py, and fails. --- Lib/test/{test_gdb_sample.py => gdb_sample.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lib/test/{test_gdb_sample.py => gdb_sample.py} (100%) diff --git a/Lib/test/test_gdb_sample.py b/Lib/test/gdb_sample.py similarity index 100% rename from Lib/test/test_gdb_sample.py rename to Lib/test/gdb_sample.py -- 2.50.1