summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2018-02-26 15:53:31 +0000
committerAdrian McCarthy <amccarth@google.com>2018-02-26 15:53:31 +0000
commit69d7434745542c9e1008a7d8c78210c772e7d58b (patch)
tree213fa2eaa2250ba9679d52c86b27f8bec50c979c /lldb/packages/Python/lldbsuite/test
parente4fae4d5b6ca4a10d060d9a0df14dcfdf4b8b63e (diff)
downloadbcm5719-llvm-69d7434745542c9e1008a7d8c78210c772e7d58b.tar.gz
bcm5719-llvm-69d7434745542c9e1008a7d8c78210c772e7d58b.zip
Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
Differential Revision: https://reviews.llvm.org/D43705 llvm-svn: 326095
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
index 8ca780d7023..896d4cd8b46 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
@@ -10,10 +10,10 @@ class TestUnicodeSymbols(TestBase):
def test_union_members(self):
self.build()
- spec = lldb.SBModuleSpec()
- spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
- module = lldb.SBModule(spec)
- self.assertTrue(module.IsValid())
- mytype = module.FindFirstType("foobár")
- self.assertTrue(mytype.IsValid())
- self.assertTrue(mytype.IsPointerType())
+ spec = lldb.SBModuleSpec()
+ spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
+ module = lldb.SBModule(spec)
+ self.assertTrue(module.IsValid())
+ mytype = module.FindFirstType("foobár")
+ self.assertTrue(mytype.IsValid())
+ self.assertTrue(mytype.IsPointerType())
OpenPOWER on IntegriCloud