summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommand/generator.cxx')
-rw-r--r--Tests/CustomCommand/generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/generator.cxx b/Tests/CustomCommand/generator.cxx
index 0cb70db..52ffdc3 100644
--- a/Tests/CustomCommand/generator.cxx
+++ b/Tests/CustomCommand/generator.cxx
@@ -6,4 +6,5 @@ int main(int argc, char *argv[])
fprintf(fp,"int generated() { return 3; }\n");
fclose(fp);
+ return 0;
}