diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-01-24 08:56:06 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-01-24 08:56:06 -0800 |
commit | e133764f33572c9bca205b0c19fc981df48e7e15 (patch) | |
tree | c389c399fd06571172a546aa65c761e234cd2310 /tests/test.hpp | |
parent | 7f91301946ce05e79fdd2ca3e79071f79fc93ba3 (diff) | |
parent | f7aa65db8a13d32da0586c125f6b9b67460af374 (diff) |
Merge pull request #81 from ogdf/whitespace-issues
Fix whitespace issues
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp index fad555d..e700826 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -157,7 +157,7 @@ struct dummy_fixture {}; #if (defined(_MSC_VER) && _MSC_VER == 1200) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER == 800) || defined(__BORLANDC__) // NaN comparison on MSVC6 is incorrect, see http://www.nabble.com/assertDoubleEquals,-NaN---Microsoft-Visual-Studio-6-td9137859.html // IC8 and BCC are also affected by the same bug -# define MSVC6_NAN_BUG +# define MSVC6_NAN_BUG #endif inline wchar_t wchar_cast(unsigned int value) |