Update TestTargetXMLArch.py test for llvm triple change with unspecified

components in r339294.

llvm-svn: 339615
This commit is contained in:
Jason Molenda 2018-08-13 21:20:29 +00:00
parent d8cc7f9f07
commit 858162f972
1 changed files with 1 additions and 1 deletions

View File

@ -121,4 +121,4 @@ class TestTargetXMLArch(GDBRemoteTestBase):
if self.TraceOn():
interp.HandleCommand("target list", result)
print(result.GetOutput())
self.assertTrue(target.GetTriple().startswith('x86_64--'))
self.assertTrue(target.GetTriple().startswith('x86_64-unknown-unknown'))