Browse Source

Removed a static_assert

Christophe Riccio 12 years ago
parent
commit
98a277d6af
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/core/core_func_swizzle.cpp

+ 0 - 2
test/core/core_func_swizzle.cpp

@@ -70,8 +70,6 @@ int test_vec4_swizzle()
 	Error += A == B ? 0 : 1;
 	Error += A == C ? 0 : 1;
 
-
-	static_assert(sizeof(int) <= 4, "Test");
 	return Error;
 }