We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ca831 commit 4d2995aCopy full SHA for 4d2995a
backend/tests/relative_imports.rs
@@ -164,6 +164,9 @@ mod dependency_map {
164
("f/rel/root_flow", "flow", "f/rel/branch", "nstep5_1"),
165
("f/rel/root_flow", "flow", "f/rel/leaf_1", "nstep5_1"),
166
("f/rel/root_flow", "flow", "f/rel/leaf_2", "nstep5_1"),
167
+ ("f/rel/root_flow", "flow", "f/rel/branch", "preprocessor"),
168
+ ("f/rel/root_flow", "flow", "f/rel/leaf_1", "preprocessor"),
169
+ ("f/rel/root_flow", "flow", "f/rel/leaf_2", "preprocessor"),
170
("f/rel/root_app", "app", "f/rel/branch", "pressmeplz"),
171
("f/rel/root_app", "app", "f/rel/leaf_1", "pressmeplz"),
172
("f/rel/root_app", "app", "f/rel/leaf_2", "pressmeplz"),
0 commit comments