summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-12 09:39:22 +0000
committerPavel Labath <labath@google.com>2016-08-12 09:39:22 +0000
commitb491ef4317782fdb0e52149fbf4f76a9692a1dd4 (patch)
treebf24a2b0ba269da891e21712da0204ce72834737 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
parent829f8efe558e1cb2cee75395d1f18a52d2955db2 (diff)
downloadbcm5719-llvm-b491ef4317782fdb0e52149fbf4f76a9692a1dd4.tar.gz
bcm5719-llvm-b491ef4317782fdb0e52149fbf4f76a9692a1dd4.zip
Make TestCallStopAndContinue clang-format-resilient
llvm-svn: 278490
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
index 4d18cfc980f..066d94bd19d 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
@@ -21,8 +21,7 @@ class ExprCommandCallStopContinueTestCase(TestBase):
# Find the line number to break for main.c.
self.line = line_number('main.cpp',
'// Please test these expressions while stopped at this line:')
- self.func_line = line_number ('main.cpp',
- '{ 5, "five" }')
+ self.func_line = line_number ('main.cpp', '{5, "five"}')
@expectedFlakeyDarwin("llvm.org/pr20274")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")
OpenPOWER on IntegriCloud