summaryrefslogtreecommitdiff
path: root/test/call.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-26 23:38:03 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-26 23:38:03 +0200
commit49ea18057b64e2a806d6799bc2aa87b30491634e (patch)
tree6b407138e2f94c2a14eedd6dc97b2f184ab82c38 /test/call.c
parentff3961ad2920ba674272b4f842f4456ed685a4a7 (diff)
add '@' command to switch calls using line numbers
1. for a given UA, each call has a unique line number starting from 1 2. the list of calls is sorted in an arbitrary order, but the last list element indicates "current call" 3. the '@' command takes a numeric argument which is the line-number of the wanted call
Diffstat (limited to 'test/call.c')
-rw-r--r--test/call.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/call.c b/test/call.c
index b1e6c33..b752228 100644
--- a/test/call.c
+++ b/test/call.c
@@ -523,8 +523,6 @@ int test_call_multiple(void)
ASSERT_EQ(4, list_count(ua_calls(f->a.ua)));
ASSERT_EQ(4, list_count(ua_calls(f->b.ua)));
- ASSERT_TRUE(linenum_are_sequential(f->a.ua));
- ASSERT_TRUE(linenum_are_sequential(f->b.ua));
out:
fixture_close(f);