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

Unified Diff: test/cctest/interpreter/bytecode_expectations/PropertyCall.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/PropertyCall.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden b/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
index 23501bd4b90d90a668a35319ce3966e4d56ec5f6..dc0a7934896d907ba3bdb4bb2a6f4e7ae964054b 100644
--- a/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
+++ b/test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: no
test function name: f
@@ -24,7 +23,7 @@ bytecodes: [
/* 33 S> */ B(Return),
]
constant pool: [
- "func",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
]
handlers: [
]
@@ -49,7 +48,7 @@ bytecodes: [
/* 43 S> */ B(Return),
]
constant pool: [
- "func",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
]
handlers: [
]
@@ -75,7 +74,7 @@ bytecodes: [
/* 44 S> */ B(Return),
]
constant pool: [
- "func",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
]
handlers: [
]
@@ -481,7 +480,7 @@ bytecodes: [
/* 1186 S> */ B(Return),
]
constant pool: [
- "func",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698