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 9a80daf58842c90989a3e91b9c289f500628c4a2..0a67398bbf507271b7691991368790c908724831 100644 |
--- a/test/cctest/compiler/test-run-machops.cc |
+++ b/test/cctest/compiler/test-run-machops.cc |
@@ -2751,6 +2751,7 @@ TEST(RunLoadStore) { |
RunLoadStore<int32_t>(kMachInt32); |
RunLoadStore<uint32_t>(kMachUint32); |
RunLoadStore<void*>(kMachAnyTagged); |
+ RunLoadStore<float>(kMachFloat32); |
RunLoadStore<double>(kMachFloat64); |
} |