diff options
Diffstat (limited to 'test/cxxtest/sample/mock/Dice.cpp')
-rw-r--r-- | test/cxxtest/sample/mock/Dice.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cxxtest/sample/mock/Dice.cpp b/test/cxxtest/sample/mock/Dice.cpp index 161b80fa2b..afd0641ac1 100644 --- a/test/cxxtest/sample/mock/Dice.cpp +++ b/test/cxxtest/sample/mock/Dice.cpp @@ -10,5 +10,3 @@ unsigned Dice::roll() { return (T::rand() % 6) + 1; } - - |