Index: test/cctest/test-disasm-ia32.cc |
diff --git a/test/cctest/test-disasm-ia32.cc b/test/cctest/test-disasm-ia32.cc |
index 14447b2c45f435b82f1d2ec6d946d5ca5cff6f8a..90469e5358d4b57da3fdfa2c00338b015db8055c 100644 |
--- a/test/cctest/test-disasm-ia32.cc |
+++ b/test/cctest/test-disasm-ia32.cc |
@@ -104,11 +104,6 @@ TEST(DisasmIa320) { |
CpuFeatureScope fscope(&assm, CPUID); |
__ cpuid(); |
} |
- { |
- CHECK(CpuFeatures::IsSupported(RDTSC)); |
- CpuFeatureScope fscope(&assm, RDTSC); |
- __ rdtsc(); |
- } |
__ movsx_b(edx, ecx); |
__ movsx_w(edx, ecx); |
__ movzx_b(edx, ecx); |