The library from which we extract should have multiple sources from which we choose a strict subset otherwise we're testing almost the same case extracting all the objects. This exposes a bug in how we were doing extract checking for unity builds.pull/1098/head
parent
bfd190279c
commit
ae935b12e0
2 changed files with 4 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
int retval() { |
||||
return 43; |
||||
} |
Loading…
Reference in new issue