We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca67c8e commit f7c7508Copy full SHA for f7c7508
Source/tests/BasicTests.cpp
@@ -429,9 +429,9 @@ struct AutomationTest : public PluginTest
429
const int subnormals = countSubnormals (ab);
430
431
if (subnormalsAreErrors)
432
- ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer");
+ ut.expectEquals (countInfs (ab), 0, "Subnormals found in buffer");
433
else if (subnormals > 0)
434
- ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " submnormals found in buffer");
+ ut.logMessage ("!!! WARNING: " + juce::String (countSubnormals (ab)) + " subnormals found in buffer");
435
}
436
437
0 commit comments