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

Unified Diff: test/cctest/interpreter/bytecode_expectations/Throw.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/Throw.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Throw.golden b/test/cctest/interpreter/bytecode_expectations/Throw.golden
index 4e7a0bc225efdaa713d37f3d9ff2e8869352e91e..77eb6552a5131a9a227117d638819747516e6ad2 100644
--- a/test/cctest/interpreter/bytecode_expectations/Throw.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Throw.golden
@@ -3,7 +3,6 @@
#
---
-pool type: string
execute: yes
wrap: yes
@@ -37,7 +36,7 @@ bytecodes: [
/* 34 E> */ B(Throw),
]
constant pool: [
- "Error",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["Error"],
]
handlers: [
]
@@ -60,7 +59,7 @@ bytecodes: [
/* 72 S> */ B(Return),
]
constant pool: [
- "Error",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["Error"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698