nashorn/test/script/basic/JDK_8005848.js
changeset 24778 2ff5d7041566
parent 16161 0ebfaec3a45b
--- a/nashorn/test/script/basic/JDK_8005848.js	Wed Jun 04 13:55:21 2014 +0530
+++ b/nashorn/test/script/basic/JDK_8005848.js	Wed Jun 04 13:08:57 2014 +0200
@@ -22,7 +22,7 @@
  */
 
 /**
- * JDK-8005848 : assigning to global toString variable affects Object.prototype.toString 
+ * JDK-8005848 : assigning to global toString variable affects Object.prototype.toString
  *
  * @test
  * @run