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

Unified Diff: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.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/GlobalCountOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
index 6a2406ad12ba47f1b24ad9f8ed0d83fbdd25afa7..5781ee9b9b0c6411d77d1921c9c523b2f2dd3ad8 100644
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -25,7 +24,7 @@ bytecodes: [
/* 48 S> */ B(Return),
]
constant pool: [
- "global",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["global"],
]
handlers: [
]
@@ -49,7 +48,7 @@ bytecodes: [
/* 48 S> */ B(Return),
]
constant pool: [
- "global",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["global"],
]
handlers: [
]
@@ -71,7 +70,7 @@ bytecodes: [
/* 68 S> */ B(Return),
]
constant pool: [
- "unallocated",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["unallocated"],
]
handlers: [
]
@@ -95,7 +94,7 @@ bytecodes: [
/* 54 S> */ B(Return),
]
constant pool: [
- "unallocated",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["unallocated"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698