diff options
author | Hal Canary <halcanary@google.com> | 2017-03-06 10:32:54 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-03-06 15:34:39 +0000 |
commit | 0f4f3e875d2f8d323db474222c060a70c6d039a6 (patch) | |
tree | 6c842ef17d05e40a8b4d9bd239bee690f05411cf /site/dev | |
parent | 51aa1f5cce8951f7b2d89351e0ab578aa8d9b619 (diff) |
Documentation: fix width
NOTRY=true
Change-Id: I60861019cc19537eaff000dec15b4ecbea54e915
Reviewed-on: https://skia-review.googlesource.com/9298
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/dev')
-rw-r--r-- | site/dev/testing/xsan.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/dev/testing/xsan.md b/site/dev/testing/xsan.md index fc77eda714..aec935ee80 100644 --- a/site/dev/testing/xsan.md +++ b/site/dev/testing/xsan.md @@ -1,5 +1,7 @@ -Testing Skia with MSAN, ASAN, and TSAN -====================================== +MSAN, ASAN, & TSAN +================== + +*Testing Skia with memory, address, and thread santizers.* Get Clang binaries ------------------ |