diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/fix.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/fix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/fix.cpp b/clang-tools-extra/test/clang-tidy/fix.cpp index 80b215d82b8..db6bc225ad2 100644 --- a/clang-tools-extra/test/clang-tidy/fix.cpp +++ b/clang-tools-extra/test/clang-tidy/fix.cpp @@ -5,6 +5,7 @@ // RUN: FileCheck -input-file=%t.yaml -check-prefix=CHECK-YAML %s namespace i { +void f(); // So that the namespace isn't empty. } // CHECK: } // namespace i // CHECK-MESSAGES: note: FIX-IT applied suggested code changes |