mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Improve modulo operator test
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@
|
||||
|
||||
#include <boost/log/core.hpp>
|
||||
|
||||
TEST(ModuloOperator, Cpp11Conformance) {
|
||||
TEST(ModuloOperator, shouldConformToTheCpp11Standard) {
|
||||
// C++11 defines the modulo operator more strongly
|
||||
// (only x % 0 is left undefined), whereas C++03
|
||||
// only defined the operator for positive first operand.
|
||||
|
||||
Reference in New Issue
Block a user