aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/lib/sarif.py
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/lib/sarif.py')
-rw-r--r--gcc/testsuite/lib/sarif.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/sarif.py b/gcc/testsuite/lib/sarif.py
index 06d05c0..d75a87e 100644
--- a/gcc/testsuite/lib/sarif.py
+++ b/gcc/testsuite/lib/sarif.py
@@ -30,7 +30,7 @@ def get_result_by_index(sarif, idx):
return results[idx]
def get_state_graph(events, event_idx):
- graph = events[event_idx]['properties']['gcc/diagnostic_event/state_graph']
+ graph = events[event_idx]['properties']['gcc/diagnostics/paths/event/state_graph']
if 0:
print(graph)
assert graph is not None