diff --git a/test_conformance/integer_ops/test_extended_bit_ops_extract.cpp b/test_conformance/integer_ops/test_extended_bit_ops_extract.cpp index 9b4e0950..b9657fcb 100644 --- a/test_conformance/integer_ops/test_extended_bit_ops_extract.cpp +++ b/test_conformance/integer_ops/test_extended_bit_ops_extract.cpp @@ -44,7 +44,7 @@ template static typename std::make_unsigned::type cpu_bit_extract_signed(T tbase, cl_uint offset, cl_uint count) { - typedef typename std::make_signed::type unsigned_t; + typedef typename std::make_unsigned::type unsigned_t; assert(offset <= sizeof(T) * 8); assert(count <= sizeof(T) * 8);