aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-19 22:39:47 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-19 22:39:47 +0000
commitdca3973d4a92f9cd681408964fb705c6f66becd7 (patch)
tree77a802df1d640cbc93f81eeb132e1ef65b2fc14a
parent0191b6b638ee57cc1108f427fc93d57e75ef7222 (diff)
Fix test on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131691 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaCXX/underlying_type.cpp2
1 files changed, 1 insertions, 1 deletions
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"