]> granicus.if.org Git - clang/commitdiff
This test requires UTF-8 output to print the UT-8 characters.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 11 Sep 2015 13:29:12 +0000 (13:29 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 11 Sep 2015 13:29:12 +0000 (13:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247410 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/source-col-map.c

index ae69fbe565c315374be0b3de558bf3f5e35c16c1..1c8078998c5618d6be7e260d05db785b42288e28 100644 (file)
@@ -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.