Skip to content

Commit a2c0e36

Browse files
committed
C++: Accept test changes.
1 parent 4d8159c commit a2c0e36

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
@@ -741,7 +741,7 @@ unsigned long mult_rounding() {
741741
range(y); // $ range===1000000003
742742
range(x); // $ range===1000000003
743743
xy = x * y;
744-
range(xy); // $ range===2147483647
744+
range(xy);
745745
return xy; // BUG: upper bound should be >= 1000000006000000009UL
746746
}
747747

0 commit comments

Comments
 (0)