Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cbehave/cbehave.h')
-rw-r--r--tests/cbehave/cbehave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cbehave/cbehave.h b/tests/cbehave/cbehave.h
index aeaea99..ae920a6 100644
--- a/tests/cbehave/cbehave.h
+++ b/tests/cbehave/cbehave.h
@@ -157,7 +157,7 @@ if (!(cond)) {\
} while(0)
#define CBEHAVE_RUN(_description, ...)\
-int main(int argc, char *argv[]) {\
+int main() {\
cbehave_feature _cfeatures[] = {__VA_ARGS__};\
return cbehave_runner(_description, _cfeatures);\
}