mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Fix test so it actually shows up in the test output.
This commit is contained in:
@@ -191,6 +191,7 @@ int test15(int i, int x) {
|
|||||||
int test16(int i) {
|
int test16(int i) {
|
||||||
long l;
|
long l;
|
||||||
l = i;
|
l = i;
|
||||||
|
sink(l);
|
||||||
}
|
}
|
||||||
|
|
||||||
// implicit integer casts
|
// implicit integer casts
|
||||||
|
|||||||
Reference in New Issue
Block a user