Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1311)

Unified Diff: test/mjsunit/function-property.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/function-call.js ('k') | test/mjsunit/function-prototype.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/function-property.js
diff --git a/test/mjsunit/function-property.js b/test/mjsunit/function-property.js
index a657f649c8334987925c2ba6eca3129e5c71f6b4..fc8666a87a8b94fd41eb5ec24b7db1a0a20495bf 100644
--- a/test/mjsunit/function-property.js
+++ b/test/mjsunit/function-property.js
@@ -25,5 +25,5 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-function f() { };
+function f() { }
assertEquals(5, f = 5);
« no previous file with comments | « test/mjsunit/function-call.js ('k') | test/mjsunit/function-prototype.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698