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

Unified Diff: test/cctest/interpreter/bytecode_expectations/IfConditions.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/IfConditions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
index 901c488d187e53d7594acb6bb5921128d8b512b3..1f82a75da22c2e9d0f7a827f7fd3bacd92a266de 100644
--- a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
@@ -3,7 +3,6 @@
#
---
-pool type: mixed
execute: yes
wrap: no
test function name: f
@@ -406,8 +405,8 @@ bytecodes: [
/* 1117 S> */ B(Return),
]
constant pool: [
- InstanceType::HEAP_NUMBER_TYPE,
- kInstanceTypeDontCare,
+ HEAP_NUMBER_TYPE [0.01],
+ Smi [391],
]
handlers: [
]
@@ -632,7 +631,7 @@ bytecodes: [
/* 1112 S> */ B(Return),
]
constant pool: [
- kInstanceTypeDontCare,
+ Smi [391],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698