summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/test.cc b/test/test.cc
index b2af8ab22..15c34ca78 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -273,8 +273,7 @@ do_positive_delay_line_test (int delay_length, int data_length)
}
/* This only works because the delay line modifies the parameter */
- /* XXX: timestamp is wrong */
- d.process_audio (data, 0);
+ d.process_audio (data);
returned += data->frames ();
for (int j = 0; j < data->frames(); ++j) {
@@ -317,8 +316,7 @@ do_negative_delay_line_test (int delay_length, int data_length)
}
/* This only works because the delay line modifies the parameter */
- /* XXX: timestamp is wrong */
- d.process_audio (data, 0);
+ d.process_audio (data);
returned += data->frames ();
for (int j = 0; j < data->frames(); ++j) {