Index: test/cctest/expression-type-collector-macros.h |
diff --git a/test/cctest/expression-type-collector-macros.h b/test/cctest/expression-type-collector-macros.h |
index 2dcc1dcae73ca67332ecf789ea9487aff7b4d371..edc1f0911e197984624da1bf436e6736780cb3a7 100644 |
--- a/test/cctest/expression-type-collector-macros.h |
+++ b/test/cctest/expression-type-collector-macros.h |
@@ -14,7 +14,7 @@ |
CHECK_EQ(index, types.size()); \ |
} |
-#define DEFAULT_TYPE Bounds::Unbounded(handles.main_zone()) |
+#define DEFAULT_TYPE Bounds::Unbounded() |
#define INT32_TYPE \ |
Bounds(Type::Signed32(handles.main_zone()), \ |
Type::Signed32(handles.main_zone())) |