Index: test/cctest/compiler/test-run-machops.cc |
diff --git a/test/cctest/compiler/test-run-machops.cc b/test/cctest/compiler/test-run-machops.cc |
index 52672c8a89204cdf1fcc7d275311813bbeaf9a46..77ae16bdebf868bbcdefc1dfb0be278ee3f8c046 100644 |
--- a/test/cctest/compiler/test-run-machops.cc |
+++ b/test/cctest/compiler/test-run-machops.cc |
@@ -72,7 +72,6 @@ TEST(RunWord32Ctz) { |
CHECK_EQ(0, m.Call(uint32_t(0x9afdbc81))); |
} |
- |
TEST(RunWord32Clz) { |
BufferedRawMachineAssemblerTester<int32_t> m(MachineType::Uint32()); |
m.Return(m.Word32Clz(m.Parameter(0))); |