mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Avoided a false alarm unit test failure.
This commit is contained in:
parent
c5e0a60481
commit
efb40313b4
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ public:
|
|||
case 1: return r.nextInt();
|
||||
case 2: return r.nextInt64();
|
||||
case 3: return r.nextBool();
|
||||
case 4: return String (r.nextDouble(), 20).getDoubleValue();
|
||||
case 4: return String (r.nextDouble(), 8).getDoubleValue();
|
||||
case 5: return createRandomWideCharString (r);
|
||||
|
||||
case 6:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue