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

Unified Diff: test/cctest/interpreter/bytecode_expectations/Eval.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/Eval.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Eval.golden b/test/cctest/interpreter/bytecode_expectations/Eval.golden
index f8ee37a39872b7a6ebc085b2f879511ab81cb667..99481173613ca9bf278d98895aafd361b43dc2a6 100644
--- a/test/cctest/interpreter/bytecode_expectations/Eval.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Eval.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: yes
@@ -44,8 +43,8 @@ bytecodes: [
/* 53 S> */ B(Return),
]
constant pool: [
- "eval",
- "1;",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698