diff options
Diffstat (limited to 'Tests/CTestTestVerboseOutput/nop.c')
-rw-r--r-- | Tests/CTestTestVerboseOutput/nop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTestVerboseOutput/nop.c b/Tests/CTestTestVerboseOutput/nop.c index f8b643a..8488f4e 100644 --- a/Tests/CTestTestVerboseOutput/nop.c +++ b/Tests/CTestTestVerboseOutput/nop.c @@ -1,4 +1,4 @@ -int main() +int main(void) { return 0; } |