We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5540871 commit 8b8a272Copy full SHA for 8b8a272
cpp/ql/test/library-tests/ir/range-analysis/SimpleRangeAnalysis_tests.cpp
@@ -672,7 +672,7 @@ void test17() {
672
range(i); // $ range===50
673
674
i = 20 + (j -= 10);
675
- range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60
+ range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60 range="==Store: ... -= ...+20"
676
}
677
678
// Tests for unsigned multiplication.
0 commit comments