mirror of
https://github.com/boostorg/config.git
synced 2026-02-03 22:05:04 +01:00
Fixed broken tests by regenerating.
[SVN r11344]
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
// in all copies. This software is provided "as is" without express or implied
|
||||
// warranty, and with no claim as to its suitability for any purpose.
|
||||
|
||||
// Test file for macro BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING
|
||||
// Test file for macro BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||
// This file should not compile, if it does then
|
||||
// BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING need not be defined.
|
||||
// BOOST_NO_FUNCTION_TEMPLATE_ORDERING need not be defined.
|
||||
// see boost_no_func_tmp_order.cxx for more details
|
||||
|
||||
// Do not edit this file, it was generated automatically by
|
||||
// ../tools/generate from boost_no_func_tmp_order.cxx on
|
||||
// Mon Sep 10 12:18:12 2001
|
||||
// Wed Oct 3 13:47:21 2001
|
||||
|
||||
// Must not have BOOST_ASSERT_CONFIG set; it defeats
|
||||
// the objective of this file:
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <boost/test/cpp_main.cpp>
|
||||
#include "test.hpp"
|
||||
|
||||
#ifdef BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING
|
||||
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||
#include "boost_no_func_tmp_order.cxx"
|
||||
#else
|
||||
#error "this file should not compile"
|
||||
@@ -31,6 +31,6 @@
|
||||
|
||||
int cpp_main( int, char *[] )
|
||||
{
|
||||
return boost_weak_function_template_ordering::test();
|
||||
return boost_no_function_template_ordering::test();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user