Update cpp/ql/test/query-tests/Likely Bugs/Arithmetic/BadAdditionOverflowCheck/templates.cpp

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2021-12-15 09:22:41 +00:00
committed by GitHub
parent 310353060e
commit 65c301c39f

View File

@@ -37,5 +37,5 @@ struct Value0 {
};
void instantiation_with_pointless_comparison() {
constant_comparison<Value0, Value0>();
constant_comparison<Value0, Value0>(); // GOOD
}