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

Unified Diff: runtime/vm/dart_api_message.cc

Issue 2662333002: Start adding vm/cc tests for rewind functionality. (Closed)
Patch Set: Created 3 years, 11 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: runtime/vm/dart_api_message.cc
diff --git a/runtime/vm/dart_api_message.cc b/runtime/vm/dart_api_message.cc
index 4d3687f3909b1bb9194502ffed912a58582a5356..9a123d9db0b72eb0e1bfddcfe6524a0dc38871a8 100644
--- a/runtime/vm/dart_api_message.cc
+++ b/runtime/vm/dart_api_message.cc
@@ -1292,6 +1292,7 @@ bool ApiMessageWriter::WriteCObjectInlined(Dart_CObject* object,
break;
}
default:
+ fprintf(stderr, "Unexpected Dart_CObject_Type %d\n", type);
rmacnak 2017/01/31 19:21:00 FATAL1("Unexpected Dart_CObject_Type %d\n", type);
turnidge 2017/01/31 19:35:46 Done.
UNREACHABLE();
}

Powered by Google App Engine
This is Rietveld 408576698