aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/source-col-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/source-col-map.c')
-rw-r--r--test/Frontend/source-col-map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Frontend/source-col-map.c b/test/Frontend/source-col-map.c
index ae69fbe565c3..1c8078998c56 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.