Skip to content

Commit ae8b638

Browse files
committed
[libc][benchmark] Fix change in JSon API
1 parent 35d4b48 commit ae8b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ JsonFile parseJsonResultFile(StringRef Filename) {
9494
json::Path::Root Root;
9595
JsonFile JF;
9696
if (!fromJSON(JsonValue, JF, Root))
97-
ExitOnErr(Root.get_error());
97+
ExitOnErr(Root.getError());
9898
return JF;
9999
}
100100

0 commit comments

Comments
 (0)