diff options
Diffstat (limited to 'tools/perf/tests/attr.c')
-rw-r--r-- | tools/perf/tests/attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/attr.c b/tools/perf/tests/attr.c index bdcceb886f77..e8257326ec61 100644 --- a/tools/perf/tests/attr.c +++ b/tools/perf/tests/attr.c | |||
@@ -173,6 +173,6 @@ int test__attr(void) | |||
173 | !lstat(path_perf, &st)) | 173 | !lstat(path_perf, &st)) |
174 | return run_dir(path_dir, path_perf); | 174 | return run_dir(path_dir, path_perf); |
175 | 175 | ||
176 | fprintf(stderr, " (ommitted)"); | 176 | fprintf(stderr, " (omitted)"); |
177 | return 0; | 177 | return 0; |
178 | } | 178 | } |