From: Eli Friedman Date: Thu, 19 May 2011 22:39:47 +0000 (+0000) Subject: Fix test on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca3973d4a92f9cd681408964fb705c6f66becd7;p=clang Fix test on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131691 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/underlying_type.cpp b/test/SemaCXX/underlying_type.cpp index e05ca9d2fa..0e43100cb8 100644 --- a/test/SemaCXX/underlying_type.cpp +++ b/test/SemaCXX/underlying_type.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s +// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -std=c++0x %s #include "limits.h"