diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-09-11 13:29:12 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-09-11 13:29:12 +0000 |
commit | d2fc591c0bb64e2abb31e961f1988a11e039c65f (patch) | |
tree | ebe2adfedd945ce0171ab173554229aa24670ec7 /clang/test/Frontend/source-col-map.c | |
parent | 102e3ce5b363fd6b2c1f73091d69719fe10df257 (diff) | |
download | bcm5719-llvm-d2fc591c0bb64e2abb31e961f1988a11e039c65f.tar.gz bcm5719-llvm-d2fc591c0bb64e2abb31e961f1988a11e039c65f.zip |
This test requires UTF-8 output to print the UT-8 characters.
llvm-svn: 247410
Diffstat (limited to 'clang/test/Frontend/source-col-map.c')
-rw-r--r-- | clang/test/Frontend/source-col-map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Frontend/source-col-map.c b/clang/test/Frontend/source-col-map.c index ae69fbe565c..1c8078998c5 100644 --- a/clang/test/Frontend/source-col-map.c +++ b/clang/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. |