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 038de3ecb8cb..00218f503b2e 100644 --- a/tools/perf/tests/attr.c +++ b/tools/perf/tests/attr.c | |||
@@ -178,6 +178,6 @@ int test__attr(void) | |||
178 | !lstat(path_perf, &st)) | 178 | !lstat(path_perf, &st)) |
179 | return run_dir(path_dir, path_perf); | 179 | return run_dir(path_dir, path_perf); |
180 | 180 | ||
181 | fprintf(stderr, " (ommitted)"); | 181 | fprintf(stderr, " (omitted)"); |
182 | return 0; | 182 | return 0; |
183 | } | 183 | } |