Skip to content
Snippets Groups Projects
Commit 3413a57a authored by Richard Linden's avatar Richard Linden
Browse files

BUILDFIX: accidental checkin of infinite loop in llsdserialize test

parent b1419bfb
No related branches found
No related tags found
No related merge requests found
...@@ -1723,8 +1723,5 @@ namespace tut ...@@ -1723,8 +1723,5 @@ namespace tut
"This string\n" "This string\n"
"has several\n" "has several\n"
"lines."); "lines.");
bool loop = true;
while(loop) {}
} }
} }
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