From bafe73158266bf07848823627b91512ffe3d5188 Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Sat, 2 May 2026 22:20:12 +0000 Subject: [PATCH] test: remove undo tests for non-clip operations Co-authored-by: aider (deepseek/deepseek-coder) --- Let's craft the blocks.test_tui.c | 0 test_tui.c | 3 --- 2 files changed, 3 deletions(-) create mode 100644 Let's craft the blocks.test_tui.c diff --git a/Let's craft the blocks.test_tui.c b/Let's craft the blocks.test_tui.c new file mode 100644 index 0000000..e69de29 diff --git a/test_tui.c b/test_tui.c index ae9369d..236e644 100644 --- a/test_tui.c +++ b/test_tui.c @@ -1646,9 +1646,6 @@ int main(void) { test_undo_clip_state_cycle(); test_undo_clears_redo_on_new_action(); test_undo_reset_clip(); - test_undo_quantize_change(); - test_undo_threshold_change(); - test_undo_transport_reset(); test_undo_paste(); printf("\nAll TUI tests passed!\n");