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

Unified Diff: test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.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/DeleteLookupSlotInEval.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden b/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
index dcc72134b2ae9f5f976515b3f2927473708ff2d0..34a8181e20899189fc05622282af345f5e56a2c5 100644
--- a/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
+++ b/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -31,7 +30,7 @@ bytecodes: [
/* 25 S> */ B(Return),
]
constant pool: [
- "x",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
]
handlers: [
]
@@ -82,7 +81,7 @@ bytecodes: [
/* 32 S> */ B(Return),
]
constant pool: [
- "z",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698