mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gdb.base/funcargs.exp (complex_args): Fix typo.
This commit is contained in:
parent
7adf1e79ca
commit
a82da7dde5
@ -1,3 +1,7 @@
|
||||
2012-04-07 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/funcargs.exp (complex_args): Fix typo.
|
||||
|
||||
2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* gdb.trace/change-loc.exp (tracepoint_change_loc_1)
|
||||
|
@ -265,7 +265,7 @@ proc complex_args {} {
|
||||
timeout { fail "(timeout) run to callca" ; gdb_suppress_tests; }
|
||||
}
|
||||
gdb_test "cont" ".* callcb \\(d1=3 \\+ 4 \\* I, d2=3 \\+ 4 \\* I, d3=3 \\+ 4 \\* I\\) .*" "continue to callcb"
|
||||
gdb_test "cont" ".* callcc \\(ld1=5 \\+ 6 \\* I, ld2=5 \\+ 6 \\* I, ld3=5 \\+ 6 \\* I\\) .*" "continue to callcb"
|
||||
gdb_test "cont" ".* callcc \\(ld1=5 \\+ 6 \\* I, ld2=5 \\+ 6 \\* I, ld3=5 \\+ 6 \\* I\\) .*" "continue to callcc"
|
||||
gdb_test "cont" ".* callcd \\(fc1=1 \\+ 2 \\* I, dc1=3 \\+ 4 \\* I, ldc1=5 \\+ 6 \\* I\\) .*" "continue to callcd"
|
||||
gdb_test "cont" ".* callce \\(dc1=3 \\+ 4 \\* I, ldc1=5 \\+ 6 \\* I, fc1=1 \\+ 2 \\* I\\) .*" "continue to callce"
|
||||
gdb_test "cont" ".* callcf \\(ldc1=5 \\+ 6 \\* I, fc1=1 \\+ 2 \\* I, dc1=3 \\+ 4 \\* I\\) .*" "continue to callcf"
|
||||
|
Loading…
Reference in New Issue
Block a user