Add Color tests

This commit is contained in:
Dmitry Marakasov 2017-07-07 22:13:14 +03:00 committed by Vraiment
parent d4429244ff
commit c9489fb182

View File

@ -24,6 +24,4 @@ int main(int, char*[]) {
constexpr int a = c1.GetAlpha(); constexpr int a = c1.GetAlpha();
static_assert(r == 0 && g == 0 && b == 0 && a == 0, ""); static_assert(r == 0 && g == 0 && b == 0 && a == 0, "");
return 0;
} }