Skip to content

Commit 48fa7f8

Browse files
fix(hydro_lang): fix import in runtime_context test (#2261)
1 parent 2214764 commit 48fa7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hydro_lang/src/runtime_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mod tests {
3838
use stageleft::q;
3939

4040
use super::RUNTIME_CONTEXT;
41-
use crate::builder::FlowBuilder;
41+
use crate::compile::builder::FlowBuilder;
4242
use crate::location::Location;
4343

4444
struct P1 {}

0 commit comments

Comments
 (0)