summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
diff options
context:
space:
mode:
authorMatthew Gardiner <mg11@csr.com>2014-10-01 09:12:43 +0000
committerMatthew Gardiner <mg11@csr.com>2014-10-01 09:12:43 +0000
commit60f9392eb7e9236b65bbd49d889875fb55b2ad87 (patch)
tree3ea7e1f85b40c4d18dc1f363ff819591be045553 /lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
parentbfd3ea32b7d58eb3815bad2a46897f02dcee46bb (diff)
downloadbcm5719-llvm-60f9392eb7e9236b65bbd49d889875fb55b2ad87.tar.gz
bcm5719-llvm-60f9392eb7e9236b65bbd49d889875fb55b2ad87.zip
Fix the kalimba arch 4 test, broken when I introduced handling
of kalimba architecture variants. llvm-svn: 218749
Diffstat (limited to 'lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py')
-rw-r--r--lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py b/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
index 4a783e7530e..702857130c9 100644
--- a/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
+++ b/lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py
@@ -27,7 +27,7 @@ class TestImageListMultiArchitecture(TestBase):
"hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(unknown)?-netbsd x86_64"),
"hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(unknown)?-linux x86_64"),
"hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(unknown)?-linux x86_64"),
- "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba-csr-unknown kalimba"),
+ "hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba4-csr-unknown kalimba"),
}
for image_name in images:
OpenPOWER on IntegriCloud