aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2015-08-05 11:13:59 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2015-08-05 11:13:59 -0400
commit3749b9646103f544f17aa926fab050f1e5178b17 (patch)
tree610a7b2b1f5cb7d4e82050ed0817f76f50ed1150 /dm
parentdd958e72f9838ffbd1f50b88ae66c415213cbf01 (diff)
Intentionally crash DM to make sure all bots are up-to-date.
NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1274693002 .
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 9dcdff1a0f..4fcd321f96 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();
}