Skip to content

Commit 41636da

Browse files
committed
Sort configs in testpreprocessor
1 parent 9f9151c commit 41636da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/testpreprocessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ class TestPreprocessor : public TestFixture {
375375
std::set<std::string> configDefines = { "__cplusplus" };
376376
preprocessor.getConfigs("", tokens, configDefines, configs);
377377
}
378+
configs.sort();
378379
std::string ret;
379380
for (const std::string & config : configs)
380381
ret += config + '\n';

0 commit comments

Comments
 (0)