Fix some preprocessor directives that were generating warnings in the test suite.

llvm-svn: 235999
This commit is contained in:
Marshall Clow 2015-04-28 16:52:30 +00:00
parent bdb4910202
commit 5e1441bce4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#include <experimental/ratio>
#ifndef _LIBCPP_STD_VER > 11
#if _LIBCPP_STD_VER > 11
# ifndef _LIBCPP_RATIO
# error " <experimental/ratio> must include <ratio>"
# endif

View File

@ -11,7 +11,7 @@
#include <experimental/system_error>
#ifndef _LIBCPP_STD_VER > 11
#if _LIBCPP_STD_VER > 11
# ifndef _LIBCPP_SYSTEM_ERROR
# error "<experimental/system_error> must include <system_error>"
# endif