Skip to content

Commit 44df860

Browse files
authored
Merge pull request #399 from Dirreke/fix-CI
fix test
2 parents 8fa62b9 + c7ff9dc commit 44df860

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)