[gjs] tests: Fix copy-paste typo



commit 11674e25063654fbc86398633617181364972617
Author: Sam Spilsbury <smspillaz gmail com>
Date:   Thu Jan 15 14:36:10 2015 +0800

    tests: Fix copy-paste typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742535

 installed-tests/js/testCoverage.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/installed-tests/js/testCoverage.js b/installed-tests/js/testCoverage.js
index 5446a9e..26a8931 100644
--- a/installed-tests/js/testCoverage.js
+++ b/installed-tests/js/testCoverage.js
@@ -507,7 +507,7 @@ function testFunctionsInsideForInObject() {
                       functionDeclarationsEqual);
 }
 
-function testFunctionsInsideForInObject() {
+function testFunctionsInsideForEachInObject() {
     let foundFunctions =
         parseScriptForFunctionNames("for each (x in function() {}()) {}\n");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]