Skip to content
Snippets Groups Projects
Commit fdb9b745 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

preprocessor: json: change model keyword to modfile

parent be67116b
No related branches found
No related tags found
No related merge requests found
......@@ -1385,9 +1385,9 @@ ModFile::writeJsonOutputParsingCheck(const string &basename, JsonFileOutputType
if (json_output_mode == standardout)
{
if (transformpass || computingpass)
cout << "\"transformed_model\": ";
cout << "\"transformed_modfile\": ";
else
cout << "\"model\": ";
cout << "\"modfile\": ";
cout << output.str();
if (!original_model_output.str().empty())
cout << ", \"original_model\": " << original_model_output.str();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment