diff options
Diffstat (limited to 'test/CodeGen/char-literal.c')
-rw-r--r-- | test/CodeGen/char-literal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/char-literal.c b/test/CodeGen/char-literal.c index aff76d2..322041c 100644 --- a/test/CodeGen/char-literal.c +++ b/test/CodeGen/char-literal.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -x c++ -triple i386-unknown-unkown -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -x c++ -triple i386-unknown-unknown -emit-llvm %s -o - | FileCheck %s // Runs in c++ mode so that wchar_t is available. int main() { |