diff options
author | Zachary Turner <zturner@google.com> | 2016-02-10 21:47:36 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-02-10 21:47:36 +0000 |
commit | fa61bb5be9bbfdce974c3cf2cd4686485b9abf92 (patch) | |
tree | a19647951cb50927b86248c4bc123578bccddaec /lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py | |
parent | bb781b46e2a28436330cf6b8507603b137c38071 (diff) | |
download | bcm5719-llvm-fa61bb5be9bbfdce974c3cf2cd4686485b9abf92.tar.gz bcm5719-llvm-fa61bb5be9bbfdce974c3cf2cd4686485b9abf92.zip |
Fix copy/paste error in TestCModules.
llvm-svn: 260440
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py b/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py index 7256ea3f706..c0430b2c93f 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py @@ -19,7 +19,7 @@ class CModulesTestCase(TestBase): @skipIfFreeBSD @expectedFailureDarwin('http://llvm.org/pr24302') - @expectedFailureAll(oslist=["linux"], archs=['aarch64', 'arm'], bugnumber="http://llvm.org/pr23456 'fopen' has unknown return type") + @expectedFailureAll(oslist=["linux"], bugnumber="http://llvm.org/pr23456 'fopen' has unknown return type") @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows") def test_expr(self): if platform.system() == "Darwin" and platform.release() < StrictVersion('12.0.0'): |