Make TestCallStopAndContinue clang-format-resilient
authorPavel Labath <labath@google.com>
Fri, 12 Aug 2016 09:39:22 +0000 (09:39 +0000)
committerPavel Labath <labath@google.com>
Fri, 12 Aug 2016 09:39:22 +0000 (09:39 +0000)
llvm-svn: 278490

lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp

index 4d18cfc..066d94b 100644 (file)
@@ -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")