forked from OSchip/llvm-project
This test requires UTF-8 output to print the UT-8 characters.
llvm-svn: 247410
This commit is contained in:
parent
102e3ce5b3
commit
d2fc591c0b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue