Skip to content

Commit c941348

Browse files
committed
Fix test so it actually shows up in the test output.
1 parent c53f801 commit c941348

File tree

1 file changed

+1
-0
lines changed
  • cpp/ql/test/library-tests/rangeanalysis/rangeanalysis

1 file changed

+1
-0
lines changed

cpp/ql/test/library-tests/rangeanalysis/rangeanalysis/test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ int test15(int i, int x) {
191191
int test16(int i) {
192192
long l;
193193
l = i;
194+
sink(l);
194195
}
195196

196197
// implicit integer casts

0 commit comments

Comments
 (0)