aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch13/13.0/S13_A4_T4.js
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-02-03 15:21:45 -0800
committerDavid Fugate <dfugate@microsoft.com>2012-02-03 15:21:45 -0800
commitfa9e9d32039d787358a9d6d31e0abf0162562694 (patch)
tree80f345694da1eac259f6dc603c949c1743ae1d0d /test/suite/ch13/13.0/S13_A4_T4.js
parent2f093b79888214dc2a73301a022dede17241562d (diff)
Fixed test case paths.
Diffstat (limited to 'test/suite/ch13/13.0/S13_A4_T4.js')
-rw-r--r--test/suite/ch13/13.0/S13_A4_T4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch13/13.0/S13_A4_T4.js b/test/suite/ch13/13.0/S13_A4_T4.js
index e16e97b71..7330bd80f 100644
--- a/test/suite/ch13/13.0/S13_A4_T4.js
+++ b/test/suite/ch13/13.0/S13_A4_T4.js
@@ -4,7 +4,7 @@
/**
* The production FunctionDeclaration: "function Identifier ( FormalParameterList_opt ) { FunctionBody }" is processed by function declarations
*
- * @path ch13/S13_A4_T4.js
+ * @path ch13/13.0/S13_A4_T4.js
* @description Declaring a function that uses strings concatenaion opeator within its "return" Expression
*/