aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/time-utils-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/time-utils-test.c')
-rw-r--r--tools/perf/tests/time-utils-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/time-utils-test.c b/tools/perf/tests/time-utils-test.c
index 4f53006233a1..fe57ca3b6e54 100644
--- a/tools/perf/tests/time-utils-test.c
+++ b/tools/perf/tests/time-utils-test.c
@@ -69,7 +69,7 @@ struct test_data {
static bool test__perf_time__parse_for_ranges(struct test_data *d)
{
- struct perf_evlist evlist = {
+ struct evlist evlist = {
.first_sample_time = d->first,
.last_sample_time = d->last,
};