fix: build of helix_mode tests
This commit is contained in:
parent
a64d7c3afa
commit
a5dc6d8a43
3 changed files with 11 additions and 66 deletions
|
@ -1,10 +1,8 @@
|
|||
const std = @import("std");
|
||||
const Buffer = @import("Buffer");
|
||||
const Cursor = @import("Cursor");
|
||||
const helix = @import("helix");
|
||||
const Cursor = @import("Buffer").Cursor;
|
||||
|
||||
// error: import of file outside module path
|
||||
// const helix = @import("../src/tui/mode/helix.zig");
|
||||
const helix = @import("tui").exports.mode.helix;
|
||||
|
||||
const ArrayList = std.ArrayList;
|
||||
const a = std.testing.allocator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue