| 1 | // RUN: not clang-tidy %s @%S/Inputs/param/parameters.txt -- | FileCheck %s |
|---|---|
| 2 | |
| 3 | namespace i { |
| 4 | } |
| 5 | // CHECK: error: namespace 'i' not terminated with a closing comment [llvm-namespace-comment,-warnings-as-errors] |
| 6 |
| 1 | // RUN: not clang-tidy %s @%S/Inputs/param/parameters.txt -- | FileCheck %s |
|---|---|
| 2 | |
| 3 | namespace i { |
| 4 | } |
| 5 | // CHECK: error: namespace 'i' not terminated with a closing comment [llvm-namespace-comment,-warnings-as-errors] |
| 6 |