diff options
Diffstat (limited to 'docs/ThreadSanitizer.rst')
-rw-r--r-- | docs/ThreadSanitizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ThreadSanitizer.rst b/docs/ThreadSanitizer.rst index 0b9b163a96515..cfb0a952e12e0 100644 --- a/docs/ThreadSanitizer.rst +++ b/docs/ThreadSanitizer.rst @@ -30,7 +30,7 @@ and line numbers in the warning messages. Example: -.. code-block:: c++ +.. code-block:: console % cat projects/compiler-rt/lib/tsan/lit_tests/tiny_race.c #include <pthread.h> |