Skip to content
Snippets Groups Projects
Commit c1c31b2c authored by Enrico Granata's avatar Enrico Granata
Browse files

Updated the line on which to break for the formatters test

Moving over to source-regex might be a good idea, but it’s not what we really want to test. Ideally, we would set a regex breakpoint to find the right line, then delete it and set one by file and line with the right line info from before.

llvm-svn: 179246
parent 96d2730a
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ public: ...@@ -148,7 +148,7 @@ public:
switch (counter) switch (counter)
{ {
case 0: case 0:
m_target.BreakpointCreateByLocation("fmts_tester.mm", 68); m_target.BreakpointCreateByLocation("fmts_tester.mm", 78);
next_action.Continue(); next_action.Continue();
break; break;
case 1: case 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment