Tests: fix code style issues

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

View File

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