Browse Source

Fixed clang build

Christophe Riccio 11 years ago
parent
commit
83ad80d6b4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      test/core/core_func_integer.cpp

+ 3 - 3
test/core/core_func_integer.cpp

@@ -977,9 +977,9 @@ namespace findLSB
 		{0x00000002,  1},
 		{0x00000002,  1},
 		// {0x80000000, 31}, // Clang generates an error with this
 		// {0x80000000, 31}, // Clang generates an error with this
 		{0x00010000, 16},
 		{0x00010000, 16},
-		{0xFFFF0000, 16},
-		{0xFF000000, 24},
-		{0xFF00FF00,  8},
+		{0x7FFF0000, 16},
+		{0x7F000000, 24},
+		{0x7F00FF00,  8},
 		{0x00000000, -1}
 		{0x00000000, -1}
 	};
 	};