We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdc47f9 + c0c9457 commit d46a748Copy full SHA for d46a748
tests/io_test.cpp
@@ -1,8 +1,4 @@
1
-#include <stdlib.h>
2
-#include <stdio.h>
3
-#include <time.h>
4
-#include <math.h>
5
-#include <string.h>
+#include <cstdio>
6
#include <limits>
7
8
#include <instantiate.h>
@@ -168,7 +164,7 @@ TEST_P(ColorSpinorIOTest, verify)
168
164
169
165
int main(int argc, char **argv)
170
166
{
171
- // initalize google test, includes command line options
167
+ // initialize google test, includes command line options
172
::testing::InitGoogleTest(&argc, argv);
173
// return code for google test
174
int test_rc = 0;
0 commit comments