diff options
Diffstat (limited to 'test/Frontend/source-col-map.c')
-rw-r--r-- | test/Frontend/source-col-map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Frontend/source-col-map.c b/test/Frontend/source-col-map.c index ae69fbe..1c80789 100644 --- a/test/Frontend/source-col-map.c +++ b/test/Frontend/source-col-map.c @@ -1,4 +1,5 @@ // RUN: not %clang_cc1 -fsyntax-only -fmessage-length 75 -o /dev/null -x c < %s 2>&1 | FileCheck %s -strict-whitespace +// REQUIRES: utf8-capable-terminal // Test case for the text diagnostics source column conversion crash. |