summaryrefslogtreecommitdiffstats
path: root/test/sample_unittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/sample_unittest.cpp')
-rw-r--r--test/sample_unittest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/sample_unittest.cpp b/test/sample_unittest.cpp
index 2a27279..e574173 100644
--- a/test/sample_unittest.cpp
+++ b/test/sample_unittest.cpp
@@ -1,6 +1,8 @@
#include "sample.h"
+
#include <gtest/gtest.h>
-TEST(FactorialTest, Zero) {
+TEST(FactorialTest, Zero)
+{
EXPECT_EQ(1, Factorial(0));
}
OpenPOWER on IntegriCloud