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

Unified Diff: runtime/vm/object_test.cc

Issue 1955473002: Enable code object tests for DBC (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix status file Created 4 years, 7 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
« no previous file with comments | « runtime/vm/object_dbc_test.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_test.cc
diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
index a7e36972891ca6a81a70ba6ce0ee6a5b1fd2139d..9966340caec0a922364b41bf58f0d7a7502e9f68 100644
--- a/runtime/vm/object_test.cc
+++ b/runtime/vm/object_test.cc
@@ -2687,7 +2687,6 @@ VM_TEST_CASE(CheckedHandle) {
}
-#if !defined(TARGET_ARCH_DBC)
static RawLibrary* CreateDummyLibrary(const String& library_name) {
return Library::New(library_name);
}
@@ -2969,7 +2968,6 @@ VM_TEST_CASE(PcDescriptorsLargeDeltas) {
EXPECT_EQ(false, iter.MoveNext());
}
-#endif // !defined(TARGET_ARCH_DBC)
static RawClass* CreateTestClass(const char* name) {
« no previous file with comments | « runtime/vm/object_dbc_test.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698