Skip to content

Commit

Permalink
[libc][benchmark] Fix change in JSon API
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Feb 14, 2022
1 parent 35d4b48 commit ae8b638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ JsonFile parseJsonResultFile(StringRef Filename) {
json::Path::Root Root;
JsonFile JF;
if (!fromJSON(JsonValue, JF, Root))
ExitOnErr(Root.get_error());
ExitOnErr(Root.getError());
return JF;
}

Expand Down

0 comments on commit ae8b638

Please sign in to comment.