diff options
Diffstat (limited to 'tools/perf/lib/tests/test-cpumap.c')
-rw-r--r-- | tools/perf/lib/tests/test-cpumap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/lib/tests/test-cpumap.c b/tools/perf/lib/tests/test-cpumap.c index aa34c20df07e..c8d45091e7c2 100644 --- a/tools/perf/lib/tests/test-cpumap.c +++ b/tools/perf/lib/tests/test-cpumap.c @@ -26,6 +26,6 @@ int main(int argc, char **argv) perf_cpu_map__put(cpus); perf_cpu_map__put(cpus); - __T_OK; + __T_END; return 0; } |