diff --git a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h index 656ce7ae1d..41f7215d35 100644 --- a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h +++ b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h @@ -253,8 +253,8 @@ public: /** Compares two values, and if they don't match, prints out a message containing the expected and actual result values. */ - template - void expectEquals (ValueType actual, ValueType expected, String failureMessage = String::empty) + template + void expectEquals (ActualType actual, ExpectedType expected, String failureMessage = String::empty) { const bool result = (actual == expected);