<rdar://problem/13732521>

Updated the logic for the Sketch test case

llvm-svn: 180966
This commit is contained in:
Enrico Granata 2013-05-02 22:40:22 +00:00
parent 5378bbaec0
commit 78081be1be
1 changed files with 7 additions and 7 deletions

View File

@ -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:
{