summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.tui/wrap-line.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.tui/wrap-line.exp')
-rw-r--r--gdb/testsuite/gdb.tui/wrap-line.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.tui/wrap-line.exp b/gdb/testsuite/gdb.tui/wrap-line.exp
index b28170808b8..f1e07a7decd 100644
--- a/gdb/testsuite/gdb.tui/wrap-line.exp
+++ b/gdb/testsuite/gdb.tui/wrap-line.exp
@@ -92,12 +92,6 @@ proc test_wrap_cli_tui { auto_detected_width } {
}
}
- if { $auto_detected_width } {
- if { $gdb_width == [expr $::cols - 1] || $gdb_width == $::cols } {
- # Generate KFAIL or KPASS.
- setup_kfail "cli/30346" "*-*-*"
- }
- }
gdb_assert { $gdb_width == $::cols } "width"
# TERM=ansi, so readline hides the last column.