1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Merged the old Jucer into the introjucer.

This commit is contained in:
jules 2013-03-31 23:09:17 +01:00
parent d13ef5e3c8
commit bb008cb1ba
111 changed files with 25954 additions and 92 deletions

View file

@ -230,5 +230,5 @@ void UnitTestRunner::addFail (const String& failureMessage)
resultsUpdated();
if (assertOnFailure) { jassertfalse }
if (assertOnFailure) { jassertfalse; }
}