mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a unit-test, and removed constness from a couple more return types.
This commit is contained in:
parent
bd9a32c757
commit
dce7cd9cd1
16 changed files with 79 additions and 53 deletions
|
|
@ -525,10 +525,6 @@ void JSON::writeToStream (OutputStream& output, const var& data, const bool allO
|
|||
//==============================================================================
|
||||
#if JUCE_UNIT_TESTS
|
||||
|
||||
#include "../unit_tests/juce_UnitTest.h"
|
||||
#include "../maths/juce_Random.h"
|
||||
|
||||
|
||||
class JSONTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue