[gjs] tests: Fix copy-paste typo
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] tests: Fix copy-paste typo
- Date: Sun, 18 Jan 2015 21:40:08 +0000 (UTC)
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]