Skip to content

Commit 60f9392

Browse files
author
Matthew Gardiner
committed
Fix the kalimba arch 4 test, broken when I introduced handling
of kalimba architecture variants. llvm-svn: 218749
1 parent bfd3ea3 commit 60f9392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/functionalities/object-file/TestImageListMultiArchitecture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_image_list_shows_multiple_architectures(self):
2727
"hello-netbsd-6.1-x86_64-gcc-4.5.3": re.compile(r"x86_64-(unknown)?-netbsd x86_64"),
2828
"hello-ubuntu-14.04-x86_64-gcc-4.8.2": re.compile(r"x86_64-(unknown)?-linux x86_64"),
2929
"hello-ubuntu-14.04-x86_64-clang-3.5pre": re.compile(r"x86_64-(unknown)?-linux x86_64"),
30-
"hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba-csr-unknown kalimba"),
30+
"hello-unknown-kalimba_arch4-kcc-36": re.compile(r"kalimba4-csr-unknown kalimba"),
3131
}
3232

3333
for image_name in images:

0 commit comments

Comments
 (0)