diff options
Diffstat (limited to 'Tests/CustomCommand/foo.in')
-rw-r--r-- | Tests/CustomCommand/foo.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/CustomCommand/foo.in b/Tests/CustomCommand/foo.in index c5ce3403f4..08c559df4d 100644 --- a/Tests/CustomCommand/foo.in +++ b/Tests/CustomCommand/foo.in @@ -6,11 +6,10 @@ int generated(); int wrapped(); -int gen_once(void); int main () { - if (generated()*wrapped()*doc()*gen_once() == 3*5*7*11) + if (generated()*wrapped()*doc() == 3*5*7) { FILE* fin = fopen(PROJECT_BINARY_DIR "/not_included.h", "r"); if(fin) |