aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-12-01 16:29:45 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2020-12-01 16:29:45 -0500
commitf55a9a37d83b63d56ff67a451eaa976cb74f5361 (patch)
tree137b6ae7b9604b2125fe57b11cf80422adbe74e2
parent0a6155a0722349087167d8489ed878a6f60bc360 (diff)
downloadfsf-binutils-gdb-f55a9a37d83b63d56ff67a451eaa976cb74f5361.zip
fsf-binutils-gdb-f55a9a37d83b63d56ff67a451eaa976cb74f5361.tar.gz
fsf-binutils-gdb-f55a9a37d83b63d56ff67a451eaa976cb74f5361.tar.bz2
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
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/non-ldr-exc-1.exp4
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 <simon.marchi@polymtl.ca>
+ * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
+
+2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
+
* 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