terminal: mark off test

This commit is contained in:
Mitchell Hashimoto
2024-02-29 10:53:21 -08:00
parent 07639e48ab
commit e5cb77fe62

View File

@ -5500,6 +5500,7 @@ test "Screen: clear above cursor" {
try testing.expectEqual(@as(usize, 0), s.cursor.y); try testing.expectEqual(@as(usize, 0), s.cursor.y);
} }
// X
test "Screen: clear above cursor with history" { test "Screen: clear above cursor with history" {
const testing = std.testing; const testing = std.testing;
const alloc = testing.allocator; const alloc = testing.allocator;