diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-12 18:23:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-13 10:07:03 -0700 |
commit | 8fda4dc52d87cb5e4ac7bfffdbb15bd2d0e1c958 (patch) | |
tree | 88eb964a1075c26bcf5319b4a9004f249d21b1ce /tests | |
parent | 25c16aeb17d59dd84fe2c8d551c6080cc650ac15 (diff) |
simplify other.test_llvm_nativizer to not rely on libc stuff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 64be60fa..b11f22e5 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -1755,7 +1755,7 @@ $ other=ay file... seeked= file. ''', output[0]) - self.assertIdentical('texte\n', output[1]) + self.assertContained('texte\n', output[1]) def test_emconfig(self): output = Popen([PYTHON, EMCONFIG, 'LLVM_ROOT'], stdout=PIPE, stderr=PIPE).communicate()[0].strip() |