Index: test/cctest/test-disasm-ia32.cc |
diff --git a/test/cctest/test-disasm-ia32.cc b/test/cctest/test-disasm-ia32.cc |
index 90469e5358d4b57da3fdfa2c00338b015db8055c..1b6af472336fec5df953eccbd84a867b64cf0c1d 100644 |
--- a/test/cctest/test-disasm-ia32.cc |
+++ b/test/cctest/test-disasm-ia32.cc |
@@ -99,11 +99,7 @@ TEST(DisasmIa320) { |
__ or_(edx, 3); |
__ xor_(edx, 3); |
__ nop(); |
- { |
- CHECK(CpuFeatures::IsSupported(CPUID)); |
- CpuFeatureScope fscope(&assm, CPUID); |
- __ cpuid(); |
- } |
+ __ cpuid(); |
__ movsx_b(edx, ecx); |
__ movsx_w(edx, ecx); |
__ movzx_b(edx, ecx); |