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

Unified Diff: test/cctest/interpreter/bytecode_expectations/LogicalExpressions.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/LogicalExpressions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden b/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
index ba0d9001860378033e3a91b50c82adac91d8f658..1974006f98c0c2a10046d4404fab8040414e6e63 100644
--- a/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
@@ -3,7 +3,6 @@
#
---
-pool type: number
execute: yes
wrap: yes
@@ -319,7 +318,7 @@ bytecodes: [
/* 624 S> */ B(Return),
]
constant pool: [
- 260,
+ Smi [260],
]
handlers: [
]
@@ -505,7 +504,7 @@ bytecodes: [
/* 624 S> */ B(Return),
]
constant pool: [
- 260,
+ Smi [260],
]
handlers: [
]
@@ -692,7 +691,7 @@ bytecodes: [
/* 630 S> */ B(Return),
]
constant pool: [
- 260,
+ Smi [260],
]
handlers: [
]
@@ -879,7 +878,7 @@ bytecodes: [
/* 630 S> */ B(Return),
]
constant pool: [
- 260,
+ Smi [260],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698