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

Unified Diff: test/cctest/interpreter/bytecode_expectations/Switch.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/Switch.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Switch.golden b/test/cctest/interpreter/bytecode_expectations/Switch.golden
index 03d7607fd730cfa1de970d30172266e607ad0da9..fb942fe8853756d89eebfa7c45420f0232fd6cbe 100644
--- a/test/cctest/interpreter/bytecode_expectations/Switch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Switch.golden
@@ -3,7 +3,6 @@
#
---
-pool type: number
execute: yes
wrap: yes
@@ -461,8 +460,8 @@ bytecodes: [
/* 680 S> */ B(Return),
]
constant pool: [
- 262,
- 266,
+ Smi [262],
+ Smi [266],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698