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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CallRuntime.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/CallRuntime.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CallRuntime.golden b/test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
index aa2a994507ec96c148293da7758d80d5bb750d88..c526e885461186a3c766067408648598dc5304b3 100644
--- a/test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
@@ -3,7 +3,6 @@
#
---
-pool type: mixed
execute: yes
wrap: no
test function name: f
@@ -84,7 +83,7 @@ bytecodes: [
/* 44 S> */ B(Return),
]
constant pool: [
- InstanceType::FIXED_ARRAY_TYPE,
+ FIXED_ARRAY_TYPE,
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698