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

Unified Diff: dm/DM.cpp

Issue 1274693002: Intentionally crash DM to make sure all bots are up-to-date. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 9dcdff1a0fce6f98f10228d33595e618a31f4c2e..4fcd321f963de5735fb65704b2bc8cad0cc672ea 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -846,6 +846,7 @@ int dm_main() {
#if !defined(SK_BUILD_FOR_IOS)
int main(int argc, char** argv) {
+ SkASSERT(false);
SkCommandLineFlags::Parse(argc, argv);
return dm_main();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698