We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b10c4e commit e02c77eCopy full SHA for e02c77e
lldb/test/API/tools/lldb-server/main.cpp
@@ -267,7 +267,8 @@ int main(int argc, char **argv) {
267
for (int i = 1; i < argc; ++i) {
268
std::string arg = argv[i];
269
if (consume_front(arg, "syncfile:")) {
270
- // Write to this file to tell test framework that attaching is now possible.
+ // Write to this file to tell test framework that attaching is now
271
+ // possible.
272
std::ofstream(arg).close();
273
} else if (consume_front(arg, "stderr:")) {
274
// Treat remainder as text to go to stderr.
0 commit comments