diff options
Diffstat (limited to 'tests/test_compile.c')
| -rw-r--r-- | tests/test_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_compile.c b/tests/test_compile.c index edbbb27..b794306 100644 --- a/tests/test_compile.c +++ b/tests/test_compile.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | #include <sys/socket.h> | 12 | #include <sys/socket.h> |
| 13 | #include <sys/stat.h> | 13 | #include <sys/stat.h> |
| 14 | 14 | ||
| 15 | // Check that all headers are compiling. | 15 | /* Check that all headers are compiling.*/ |
| 16 | int main(int argc, char** argv) { | 16 | int main(int argc, char** argv) { |
| 17 | return 0; | 17 | return 0; |
| 18 | } | 18 | } |
