Skip to content

Commit

Permalink
feat: v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed Aug 25, 2024
1 parent 7690800 commit 4a58e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zork++/src/lib/domain/commands/arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ pub mod clang_args {
use crate::domain::commands::arguments::Arguments;
use std::{borrow::Cow, path::Path};

#[test]
#[test] // fixed since v0.11.1
fn test_clang_add_direct_module_ifc_deps() {
let args = super::add_direct_module_interfaces_dependencies(
&[Cow::Borrowed("math.numbers")],
Expand Down

0 comments on commit 4a58e29

Please sign in to comment.