From 8ffc8147e07b67e484b235760ea5c6f0b8b21756 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Wed, 23 Sep 2009 14:07:57 -0400 Subject: Make portable c for Parallel test --- Tests/CTestTestParallel/lockFile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/CTestTestParallel/lockFile.c b/Tests/CTestTestParallel/lockFile.c index 7942b72..6a6a889 100644 --- a/Tests/CTestTestParallel/lockFile.c +++ b/Tests/CTestTestParallel/lockFile.c @@ -1,9 +1,9 @@ #include -//if run serially, works fine -//if run in parallel, someone will attempt to delete -//a locked file, which will fail -int main() +/*if run serially, works fine. + If run in parallel, someone will attempt to delete + a locked file, which will fail */ +int main(void) { FILE* file; int i; -- cgit v0.12