Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / preprocessor / test / selection.c
index b528934..f8fdaba 100644 (file)
@@ -9,13 +9,4 @@
 #
 # /* See http://www.boost.org for most recent version. */
 #
-# include <boost/preprocessor/selection.hpp>
-# include <libs/preprocessor/test/test.h>
-
-BEGIN BOOST_PP_MAX(2, 2) == 2 END
-BEGIN BOOST_PP_MAX(2, 1) == 2 END
-BEGIN BOOST_PP_MAX(1, 2) == 2 END
-
-BEGIN BOOST_PP_MIN(2, 2) == 2 END
-BEGIN BOOST_PP_MIN(2, 1) == 1 END
-BEGIN BOOST_PP_MIN(1, 2) == 1 END
+# include <libs/preprocessor/test/selection.cxx>