Fix typo per issue #552 - s/arm64/amd64/ (#561)

This commit is contained in:
awr|arr
2017-11-14 15:10:14 -05:00
committed by Mark Mossberg
parent 8002a1d682
commit 352b9ba48d
2 changed files with 1 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ class IntegrationTest(unittest.TestCase):
filename,
'+++++++++'], stdout=output)
actual = self._loadVisitedSet(os.path.join(dirname, '%s/visited.txt'%workspace))
expected = self._loadVisitedSet(os.path.join(dirname, 'reference/arguments_linux_arm64_visited.txt'))
expected = self._loadVisitedSet(os.path.join(dirname, 'reference/arguments_linux_amd64_visited.txt'))
self.assertGreaterEqual(actual, expected)
def testDecree(self):