From f55a9a37d83b63d56ff67a451eaa976cb74f5361 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 1 Dec 2020 16:29:45 -0500 Subject: gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.exp gdb/testsuite/ChangeLog: * gdb.threads/non-ldr-exc-1.exp: Fix indentation. Change-Id: I02ba8a518aae9cb67106d09bef92968a7078e91e --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.threads/non-ldr-exc-1.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d3f0f88..f35a2dc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2020-12-01 Simon Marchi + * gdb.threads/non-ldr-exc-1.exp: Fix indentation. + +2020-12-01 Simon Marchi + * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix. (do_test): Don't use with_test_prefix. * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix. diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp index 78280e5..d2c4022 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp @@ -57,8 +57,8 @@ proc do_test { lock_sched nonstop } { foreach_with_prefix nonstop {"on" "off"} { foreach_with_prefix schedlock {"on" "off"} { if {$schedlock == "on" && $nonstop == "on"} { - # Schedule locking has no effect in nonstop mode. - continue + # Schedule locking has no effect in nonstop mode. + continue } do_test $schedlock $nonstop -- cgit v1.1