Skip to content

Commit 0f50d8a

Browse files
committed
fix import
1 parent 6c41410 commit 0f50d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/ndslice/filling.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ do {
4545
///
4646
@safe pure nothrow version(mir_test) unittest
4747
{
48-
import mir.ndslice.filling: fillVandermonde;
48+
import mir.ndslice.slice: sliced;
4949
import mir.ndslice.allocation: uninitSlice;
5050
auto x = [1.0, 2, 3, 4, 5].sliced;
5151
auto v = uninitSlice!double(x.length, x.length);

0 commit comments

Comments
 (0)