Author: efriedma
Date: Thu May 19 17:39:47 2011
New Revision: 131691

URL: http://llvm.org/viewvc/llvm-project?rev=131691&view=rev
Log:
Fix test on Windows.


Modified:
    cfe/trunk/test/SemaCXX/underlying_type.cpp

Modified: cfe/trunk/test/SemaCXX/underlying_type.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/underlying_type.cpp?rev=131691&r1=131690&r2=131691&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/underlying_type.cpp (original)
+++ cfe/trunk/test/SemaCXX/underlying_type.cpp Thu May 19 17:39:47 2011
@@ -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"
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to