From 78081be1bec00c96b2aa82dbc0e9876c67c8aa1b Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 2 May 2013 22:40:22 +0000 Subject: [PATCH] Updated the logic for the Sketch test case llvm-svn: 180966 --- lldb/tools/lldb-perf/darwin/sketch/sketch.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lldb/tools/lldb-perf/darwin/sketch/sketch.cpp b/lldb/tools/lldb-perf/darwin/sketch/sketch.cpp index adb8b809616b..93e39165c133 100644 --- a/lldb/tools/lldb-perf/darwin/sketch/sketch.cpp +++ b/lldb/tools/lldb-perf/darwin/sketch/sketch.cpp @@ -279,15 +279,15 @@ public: m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"[selectionIndexes description]"); m_run_expr_measurement(m_thread.GetFrameAtIndex(0),"(BOOL)NSIntersectsRect(rect, graphicDrawingBounds)"); } + next_action.CallNext(); break; case 9: - { - if (++launch < 10) - next_action.Relaunch(GetLaunchInfo()); - else - next_action.Kill(); - break; - } + if (++launch < 10) + next_action.Relaunch(GetLaunchInfo()); + else + next_action.Kill(); + break; + default: {