try to fix Travis. teach checkinternal about %assign%

This commit is contained in:
Daniel Marjamäki 2015-12-31 01:32:34 +01:00
parent 8ee3a8d168
commit 1de21a8356
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ void CheckInternal::checkTokenSimpleMatchPatterns()
namespace {
const std::set<std::string> magics = make_container< std::set<std::string> > ()
<< "%any%"
<< "%assign%"
<< "%bool%"
<< "%char%"
<< "%comp%"