Skip to content

Commit 8b8a272

Browse files
committed
C++: Accept semantic range analysis test changes due to extra loads in the IR
1 parent 5540871 commit 8b8a272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/ir/range-analysis/SimpleRangeAnalysis_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ void test17() {
672672
range(i); // $ range===50
673673

674674
i = 20 + (j -= 10);
675-
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60
675+
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60 range="==Store: ... -= ...+20"
676676
}
677677

678678
// Tests for unsigned multiplication.

0 commit comments

Comments
 (0)