From b5602a6c70201a11ec36de8f0f18a86d4b7cd5f2 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 4 Nov 2018 06:13:09 +0000 Subject: [PATCH] Fix duplicate testcase filename dotest.py started reporting: Exception: Found multiple tests with the name TestSampleTest.py After the commit of: https://reviews.llvm.org/D54056 llvm-svn: 346089 --- .../dont_allow_jit/{TestSampleTest.py => TestAllowJIT.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/{TestSampleTest.py => TestAllowJIT.py} (100%) diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestSampleTest.py b/lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py similarity index 100% rename from lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestSampleTest.py rename to lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py -- 2.7.4