Skip to content

Commit c7ff9dc

Browse files
committedJun 6, 2025·
fix test
1 parent 8fa62b9 commit c7ff9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ndarray-linalg/src/assert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ where
8686
}
8787

8888
macro_rules! generate_assert {
89-
($assert:ident, $close:path) => {
89+
($assert:ident, $close:tt) => {
9090
#[macro_export]
9191
macro_rules! $assert {
9292
($test: expr,$truth: expr,$tol: expr) => {

0 commit comments

Comments
 (0)
Please sign in to comment.