]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/step-test.exp
[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4)
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / step-test.exp
index 8075b406f71f46a4697a37705c4d5706f6c684ef..49cc6ef16ae12b89cbb9bdcb272e8fbf57dd0424 100644 (file)
@@ -41,8 +41,8 @@ gdb_test "step" ".*${decimal}.*y = 2;.*" "step 1"
 
 # With count
 #
-gdb_test "next 2" ".*${decimal}.*w = w.*2;.*" "next 2"
-gdb_test "step 3" ".*${decimal}.*z = z.*5;.*" "step 3"
+gdb_test "next 2" ".*${decimal}.*w = w.*2;.*"
+gdb_test "step 3" ".*${decimal}.*z = z.*5;.*"
 gdb_test "next" ".*${decimal}.*callee.*OVER.*" "next 3"
 
 # Step over call