mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +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) {
|
||||
long l;
|
||||
l = i;
|
||||
sink(l);
|
||||
}
|
||||
|
||||
// implicit integer casts
|
||||
|
||||
Reference in New Issue
Block a user