Skip to content

Commit d46a748

Browse files
Merge branch 'feature/multi-rhs' of github.com:lattice/quda into feature/multi-rhs
2 parents cdc47f9 + c0c9457 commit d46a748

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/io_test.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#include <stdlib.h>
2-
#include <stdio.h>
3-
#include <time.h>
4-
#include <math.h>
5-
#include <string.h>
1+
#include <cstdio>
62
#include <limits>
73

84
#include <instantiate.h>
@@ -168,7 +164,7 @@ TEST_P(ColorSpinorIOTest, verify)
168164

169165
int main(int argc, char **argv)
170166
{
171-
// initalize google test, includes command line options
167+
// initialize google test, includes command line options
172168
::testing::InitGoogleTest(&argc, argv);
173169
// return code for google test
174170
int test_rc = 0;

0 commit comments

Comments
 (0)