Skip to content

Commit 0d1bd8a

Browse files
committed
Rust: Add 'order by' to the summary stats query (doesn't seem to affect the test, but affects VSCode runs).
1 parent 7b265b2 commit 0d1bd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/summary/SummaryStats.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ where
4141
key = "Macro calls - total" and value = count(MacroCall mc)
4242
or
4343
key = "Macro calls - resolved" and value = count(MacroCall mc | mc.hasExpanded())
44-
select key, value
44+
select key, value order by key

0 commit comments

Comments
 (0)