Skip to content

Commit 20a5789

Browse files
committed
Compile fix
1 parent 7b3be89 commit 20a5789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/driver/cpp/cppdriver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub fn test(testcase: &test_driver_lib::TestCase) -> Result<(), Box<dyn Error>>
4141
i_slint_compiler::DefaultTranslationContext::None;
4242
}
4343
let (root_component, diag, loader) =
44-
spin_on::spin_on(compile_syntax_node(syntax_node, diag, compiler_config));
44+
spin_on::spin_on(compile_syntax_node(syntax_node, diag, compiler_config, ()));
4545

4646
if diag.has_errors() {
4747
let vec = diag.to_string_vec();

0 commit comments

Comments
 (0)