Skip to content

Commit

Permalink
Fix test on MSVC: since the test includes a system header it cannot u…
Browse files Browse the repository at this point in the history
…se clang_cc1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135763 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
fpichet committed Jul 22, 2011
1 parent 0f6ac7c commit 159a7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Headers/wchar_limits.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify -fshort-wchar %s
// RUN: %clang -fsyntax-only -verify %s
// RUN: %clang -fsyntax-only -verify -fshort-wchar %s

#include <limits.h>

Expand Down

0 comments on commit 159a7b3

Please sign in to comment.