Tests: fix code style issues

Follow-up for 8a734344f2
This commit is contained in:
Oleg Gaidarenko 2015-10-13 01:22:57 +03:00
parent 8a734344f2
commit 625bd303d9

View File

@ -276,7 +276,7 @@ QUnit.test( "type for `Symbol`", function( assert ) {
// Prevent reference errors
if( typeof Symbol !== "function" ) {
assert.expect( 0 );
return
return;
}
assert.expect( 2 );