Skip to content

Commit 4dd6af4

Browse files
committed
STYLE: Tidy up
1 parent e300e4c commit 4dd6af4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test_cases/test_CArrayKokkos.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
using namespace mtr; // matar namespace
66

7-
8-
97
CArrayKokkos<double> return_CArrayKokkos(int dims, std::vector<int> sizes)
108
{
119

@@ -174,20 +172,12 @@ TEST(Test_CArrayKokkos, eq_overload)
174172

175173
int main(int argc, char* argv[])
176174
{
177-
178-
179175
Kokkos::initialize(argc, argv);
180176
{
181-
182177
int result = 0;
183-
184178
testing::InitGoogleTest(&argc, argv);
185-
186179
result = RUN_ALL_TESTS();
187-
188180
return result;
189-
190181
}
191182
Kokkos::finalize();
192-
193183
}

0 commit comments

Comments
 (0)