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

Unified Diff: test/cctest/interpreter/bytecode_expectations/PropertyLoads.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/PropertyLoads.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden b/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
index cee0357ab89502db89d5b5fa6cdcdbfe12450ed1..ea7797e30f9830255daf5311054a3ff34d2df590 100644
--- a/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -23,7 +22,7 @@ bytecodes: [
/* 31 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -43,7 +42,7 @@ bytecodes: [
/* 33 S> */ B(Return),
]
constant pool: [
- "key",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["key"],
]
handlers: [
]
@@ -104,7 +103,7 @@ bytecodes: [
/* 48 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]
@@ -639,7 +638,7 @@ bytecodes: [
/* 1834 S> */ B(Return),
]
constant pool: [
- "name",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698