[Lldb-commits] [lldb] r129992 - /lldb/trunk/test/arm_emulation/TestEmulations.py
Caroline Tice
ctice at apple.com
Fri Apr 22 09:05:13 PDT 2011
Author: ctice
Date: Fri Apr 22 11:05:13 2011
New Revision: 129992
URL: http://llvm.org/viewvc/llvm-project?rev=129992&view=rev
Log:
Modify to use the new test files.
Modified:
lldb/trunk/test/arm_emulation/TestEmulations.py
Modified: lldb/trunk/test/arm_emulation/TestEmulations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/arm_emulation/TestEmulations.py?rev=129992&r1=129991&r2=129992&view=diff
==============================================================================
--- lldb/trunk/test/arm_emulation/TestEmulations.py (original)
+++ lldb/trunk/test/arm_emulation/TestEmulations.py Fri Apr 22 11:05:13 2011
@@ -13,7 +13,7 @@
def test_thumb_emulations (self):
current_dir = os.getcwd();
- test_dir = os.path.join (current_dir, "test-files")
+ test_dir = os.path.join (current_dir, "new-test-files")
files = os.listdir (test_dir)
thumb_files = list()
for f in files:
@@ -27,7 +27,7 @@
def test_arm_emulations (self):
current_dir = os.getcwd();
- test_dir = os.path.join (current_dir, "test-files")
+ test_dir = os.path.join (current_dir, "new-test-files")
files = os.listdir (test_dir)
arm_files = list()
for f in files:
More information about the lldb-commits
mailing list