Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
index 873857a6137b672c959db7c27405365728c70d86..51c5496b517d038c544de603bb40a5575429d82b 100644
--- a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
@@ -3,7 +3,6 @@
#
---
-pool type: mixed
execute: yes
wrap: yes
@@ -71,8 +70,8 @@ bytecodes: [
/* 67 S> */ B(Return),
]
constant pool: [
- InstanceType::FIXED_ARRAY_TYPE,
- InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
+ FIXED_ARRAY_TYPE,
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -98,7 +97,7 @@ bytecodes: [
/* 63 S> */ B(Return),
]
constant pool: [
- InstanceType::FIXED_ARRAY_TYPE,
+ FIXED_ARRAY_TYPE,
]
handlers: [
]
@@ -124,7 +123,7 @@ bytecodes: [
/* 84 S> */ B(Return),
]
constant pool: [
- InstanceType::SHARED_FUNCTION_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698