[cfe-commits] [libcxx] r121502 - /libcxx/trunk/test/utilities/function.objects/version.pass.cpp
    Howard Hinnant 
    hhinnant at apple.com
       
    Fri Dec 10 11:22:01 PST 2010
    
    
  
Author: hhinnant
Date: Fri Dec 10 13:22:00 2010
New Revision: 121502
URL: http://llvm.org/viewvc/llvm-project?rev=121502&view=rev
Log:
This got accidentally removed
Added:
    libcxx/trunk/test/utilities/function.objects/version.pass.cpp
Added: libcxx/trunk/test/utilities/function.objects/version.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/utilities/function.objects/version.pass.cpp?rev=121502&view=auto
==============================================================================
--- libcxx/trunk/test/utilities/function.objects/version.pass.cpp (added)
+++ libcxx/trunk/test/utilities/function.objects/version.pass.cpp Fri Dec 10 13:22:00 2010
@@ -0,0 +1,20 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+// <functional>
+
+#include <functional>
+
+#ifndef _LIBCPP_VERSION
+#error _LIBCPP_VERSION not defined
+#endif
+
+int main()
+{
+}
    
    
More information about the cfe-commits
mailing list