| Index: test/external-cross-compile/src/program.cc
|
| diff --git a/test/external-cross-compile/src/program.cc b/test/external-cross-compile/src/program.cc
|
| index a50ca367a971822cc19b9700d505830f6a62eff3..d3e43171288af22552579147357c7f44d2ed5799 100644
|
| --- a/test/external-cross-compile/src/program.cc
|
| +++ b/test/external-cross-compile/src/program.cc
|
| @@ -10,7 +10,7 @@ static char data[] = {
|
| #include "cross_program.h"
|
| };
|
|
|
| -int main(int argc, char *argv[]) {
|
| +int main() {
|
| fwrite(data, 1, sizeof(data), stdout);
|
| return 0;
|
| }
|
|
|