From 4321cbbb790d44ac3bdb9da6843f2bb3163aa6e6 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 2 Nov 2002 20:31:30 +0000 Subject: [PATCH] Fix test directory name [SVN r16066] --- test/arithmetic.cpp | 2 +- test/array.cpp | 2 +- test/comparison.cpp | 2 +- test/control.cpp | 2 +- test/debug.cpp | 2 +- test/facilities.cpp | 2 +- test/iteration.cpp | 2 +- test/iteration.h | 2 +- test/list.cpp | 2 +- test/logical.cpp | 2 +- test/repetition.cpp | 2 +- test/selection.cpp | 2 +- test/slot.cpp | 2 +- test/tuple.cpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/test/arithmetic.cpp b/test/arithmetic.cpp index 6d3cf31..26e9913 100644 --- a/test/arithmetic.cpp +++ b/test/arithmetic.cpp @@ -12,7 +12,7 @@ # # include # include -# include +# include // addition diff --git a/test/array.cpp b/test/array.cpp index a093c76..eaaab7d 100644 --- a/test/array.cpp +++ b/test/array.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include # define ARRAY (3, (0, 1, 2)) diff --git a/test/comparison.cpp b/test/comparison.cpp index a8cd002..cecb394 100644 --- a/test/comparison.cpp +++ b/test/comparison.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include // equality diff --git a/test/control.cpp b/test/control.cpp index ffa54a8..060ef2c 100644 --- a/test/control.cpp +++ b/test/control.cpp @@ -13,7 +13,7 @@ # include # include # include -# include +# include # define TR(x) 1 diff --git a/test/debug.cpp b/test/debug.cpp index d4094bf..9be5c63 100644 --- a/test/debug.cpp +++ b/test/debug.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include BEGIN sizeof(BOOST_PP_ASSERT_MSG(0, "text") "") / sizeof(char) != 1 END BEGIN sizeof(BOOST_PP_ASSERT_MSG(1, "text") "") / sizeof(char) == 1 END diff --git a/test/facilities.cpp b/test/facilities.cpp index 9a8f3e6..c19a3ac 100644 --- a/test/facilities.cpp +++ b/test/facilities.cpp @@ -12,7 +12,7 @@ # # include # include -# include +# include BEGIN BOOST_PP_APPLY(BOOST_PP_NIL) 0 == 0 END BEGIN BOOST_PP_APPLY((0)) == 0 END diff --git a/test/iteration.cpp b/test/iteration.cpp index d7d7949..a42ce2f 100644 --- a/test/iteration.cpp +++ b/test/iteration.cpp @@ -12,7 +12,7 @@ # # if !BOOST_PP_IS_SELFISH # -# include +# include # # define TEST(n) BEGIN n == n END # diff --git a/test/iteration.h b/test/iteration.h index 072ab7e..fab5e83 100644 --- a/test/iteration.h +++ b/test/iteration.h @@ -14,7 +14,7 @@ # # include # include -# include +# include # # define NO_FLAGS # diff --git a/test/list.cpp b/test/list.cpp index 7e84f5a..11bbc6a 100644 --- a/test/list.cpp +++ b/test/list.cpp @@ -15,7 +15,7 @@ # include # include # include -# include +# include # define LIST (4, (1, (5, (2, BOOST_PP_NIL)))) diff --git a/test/logical.cpp b/test/logical.cpp index 178aa1b..5c00abb 100644 --- a/test/logical.cpp +++ b/test/logical.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include BEGIN BOOST_PP_NOT(0) == 1 END BEGIN BOOST_PP_NOT(2) == 0 END diff --git a/test/repetition.cpp b/test/repetition.cpp index cde9a4c..10773bd 100644 --- a/test/repetition.cpp +++ b/test/repetition.cpp @@ -16,7 +16,7 @@ # include # include # include -# include +# include # define MAX 10 diff --git a/test/selection.cpp b/test/selection.cpp index 3491f72..8eaadd6 100644 --- a/test/selection.cpp +++ b/test/selection.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include BEGIN BOOST_PP_MAX(2, 2) == 2 END BEGIN BOOST_PP_MAX(2, 1) == 2 END diff --git a/test/slot.cpp b/test/slot.cpp index 24047a0..49dc554 100644 --- a/test/slot.cpp +++ b/test/slot.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include # define X() 4 diff --git a/test/tuple.cpp b/test/tuple.cpp index 9e1dc8d..ef43af3 100644 --- a/test/tuple.cpp +++ b/test/tuple.cpp @@ -11,7 +11,7 @@ # /* See http://www.boost.org for most recent version. */ # # include -# include +# include # define TUPLE (0, 1, 2, 3, 4, 5)