Fix copy/paste error in TestCModules.
authorZachary Turner <zturner@google.com>
Wed, 10 Feb 2016 21:47:36 +0000 (21:47 +0000)
committerZachary Turner <zturner@google.com>
Wed, 10 Feb 2016 21:47:36 +0000 (21:47 +0000)
llvm-svn: 260440

lldb/packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py

index 7256ea3..c0430b2 100644 (file)
@@ -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'):