Changeset 16 in libcf++ for trunk/include/cf/test.hpp


Ignore:
Timestamp:
07/11/15 18:35:43 (9 years ago)
Author:
cheese
Message:

#1 fix predefinition of header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf/test.hpp

    r4 r16  
    44 * @brief Testing Macros
    55 */
    6 #ifndef __test_hpp__
    7 #define __test_hpp__
     6#ifndef __cf_test_hpp__
     7#define __cf_test_hpp__
    88
    99#include "cf/exception.h"
     
    114114    if ((_lhs) != (_rhs))   CF_THROW(#_lhs << " != " << #_rhs)
    115115
    116 #endif // #ifndef __test_hpp__
     116#endif // #ifndef __cf_test_hpp__
Note: See TracChangeset for help on using the changeset viewer.