Skip to content
Snippets Groups Projects
Commit 0c03bf06 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix tests

parent 34012b36
Branches
1 merge request!25Draft: C Interfacing
Pipeline #75831 passed with stages
in 1 minute and 48 seconds
......@@ -21,7 +21,7 @@ class SfgContext:
self,
header_file: SfgSourceFile,
impl_file: SfgSourceFile | None,
c_interfacing: bool,
c_interfacing: bool = False,
namespace: str | None = None,
codestyle: CodeStyle | None = None,
argv: Sequence[str] | None = None,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment