diff options
Diffstat (limited to 'Tests/CustomCommand/wrapper.cxx')
-rw-r--r-- | Tests/CustomCommand/wrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/wrapper.cxx b/Tests/CustomCommand/wrapper.cxx index b15f903..b472f7f 100644 --- a/Tests/CustomCommand/wrapper.cxx +++ b/Tests/CustomCommand/wrapper.cxx @@ -6,4 +6,5 @@ int main(int argc, char *argv[]) fprintf(fp,"int wrapped() { return 5; }\n"); fclose(fp); + return 0; } |