From fb3c9afbe9bfb6f75b606380c80cc4ca16b3f3bc Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 7 Jul 2017 22:13:14 +0300 Subject: [PATCH] Add Color tests --- tests/test_color_constexpr.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_color_constexpr.cc b/tests/test_color_constexpr.cc index 0d0a028..a672956 100644 --- a/tests/test_color_constexpr.cc +++ b/tests/test_color_constexpr.cc @@ -24,6 +24,4 @@ int main(int, char*[]) { constexpr int a = c1.GetAlpha(); static_assert(r == 0 && g == 0 && b == 0 && a == 0, ""); - - return 0; }