blob: 9d8c40a2e7d41571da987d7f0a2f79925b0b9099 [file] [log] [blame]
// RUN: not clang-tidy %s @%S/Inputs/param/parameters.txt -- | FileCheck %s
namespace i {
}
// CHECK: error: namespace 'i' not terminated with a closing comment [llvm-namespace-comment,-warnings-as-errors]