aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ice40/main.cc')
-rw-r--r--tests/ice40/main.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/ice40/main.cc b/tests/ice40/main.cc
index 465bcd41..e85c836a 100644
--- a/tests/ice40/main.cc
+++ b/tests/ice40/main.cc
@@ -1,7 +1,8 @@
-#include "gtest/gtest.h"
#include <vector>
+#include "gtest/gtest.h"
-int main(int argc, char **argv) {
- ::testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
+int main(int argc, char **argv)
+{
+ ::testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
}