kerneltest/e32test/math/t_i64.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/kerneltest/e32test/math/t_i64.cpp	Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/e32test/math/t_i64.cpp	Wed Sep 01 12:34:56 2010 +0100
@@ -138,7 +138,7 @@
 			{
 			while (aMod >= (t << 31))
 				{
-				aDiv += static_cast<TUint32>(1U << 31);
+				aDiv += static_cast<TUint32>(1 << 31);
 				aMod -= t << 31;
 				}
 			}