]> granicus.if.org Git - gc/commit
test_cpp: Recognize new macro to choose between GC allocator headers
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2011 10:19:28 +0000 (14:19 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Dec 2011 10:38:05 +0000 (14:38 +0400)
commit9672dd818cd355f9bf019d163fb87306665e6980
tree8c0c2bdf3f1b9f3f1ee38694108ec87750aaad25
parent7efb2bdaa3b7ab55dd281460e6f7271ea23961cf
test_cpp: Recognize new macro to choose between GC allocator headers

* tests/test_cpp.cc (USE_STD_ALLOCATOR): Replace with
DONT_USE_STD_ALLOCATOR; remove explicit macro definition; add comment.
* tests/test_cpp.cc (main): Use DONT_USE_STD_ALLOCATOR macro instead
of USE_STD_ALLOCATOR.
tests/test_cpp.cc