<rdar://problem/13732521>

Updated the logic for the Sketch test case

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180966 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/lldb-perf/darwin/sketch/sketch.cpp b/tools/lldb-perf/darwin/sketch/sketch.cpp
index adb8b80..93e3916 100644
--- a/tools/lldb-perf/darwin/sketch/sketch.cpp
+++ b/tools/lldb-perf/darwin/sketch/sketch.cpp
@@ -279,15 +279,15 @@
                 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:
             {