Skip to content

Commit 890a949

Browse files
committed
feat: tests
1 parent fe0c53d commit 890a949

13 files changed

Lines changed: 56 additions & 56 deletions

libs/@local/hashql/mir/tests/ui/pass/data-dependency/graph-read-filter.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"::graph::body::filter",
1414
[
1515
"::graph::head::entities",
16-
["input", "axis", "::graph::QueryTemporalAxes"]
16+
["input", "axis", "_"]
1717
],
1818
[
1919
"fn",

libs/@local/hashql/mir/tests/ui/pass/data-dependency/graph-read-filter.stdout

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/data-dependency/graph-read-head.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
//@ description: Graph read head creates GraphReadHeadAxis edge
33
[
44
"::graph::tail::collect",
5-
["::graph::head::entities", ["input", "axis", "::graph::QueryTemporalAxes"]]
5+
["::graph::head::entities", ["input", "axis", "_"]]
66
]

libs/@local/hashql/mir/tests/ui/pass/data-dependency/graph-read-head.stdout

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/inline/closure-inline.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"fn",
88
{ "#tuple": [] },
99
{ "#struct": {} },
10-
"::graph::QueryTemporalAxes",
11-
["input", "axis", "::graph::QueryTemporalAxes"]
10+
"::graph::temporal::QueryTemporalAxes",
11+
["input", "axis", "_"]
1212
],
1313
["get_axis"]
1414
]

libs/@local/hashql/mir/tests/ui/pass/inline/closure-inline.stdout

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/inline/excessive-depth.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"::graph::body::filter",
1313
[
1414
"::graph::head::entities",
15-
["input", "axis", "::graph::QueryTemporalAxes"]
15+
["input", "axis", "_"]
1616
],
1717
[
1818
"fn",

libs/@local/hashql/mir/tests/ui/pass/inline/filter-aggressive.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"::graph::body::filter",
77
[
88
"::graph::head::entities",
9-
["input", "axis", "::graph::QueryTemporalAxes"]
9+
["input", "axis", "_"]
1010
],
1111
[
1212
"fn",

libs/@local/hashql/mir/tests/ui/pass/inline/filter-aggressive.stdout

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/inline/filter-with-ctor.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"::graph::body::filter",
77
[
88
"::graph::head::entities",
9-
["input", "axis", "::graph::QueryTemporalAxes"]
9+
["input", "axis", "_"]
1010
],
1111
[
1212
"fn",

0 commit comments

Comments
 (0)