aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMark Miller <erights@gmail.com>2011-09-25 15:10:07 -0700
committerMark Miller <erights@gmail.com>2011-09-25 15:10:07 -0700
commitf9fa3d1e82b0a84bf618e7c09a118d1965e2f85e (patch)
tree8601df3b48a99220eb063866d31941f7d9503d93 /tools
parent9e39b942b5e3d89143a526078b88d02a1fc8816d (diff)
Changed to convert into test/suite rather than test/suite/converted
Diffstat (limited to 'tools')
-rw-r--r--tools/converter/convert.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index a375d30b4..18c27178c 100644
--- a/tools/converter/convert.js
+++ b/tools/converter/convert.js
@@ -26,7 +26,7 @@
['external', 'contributions', 'Microsoft', 'ietc_262modified']
];
- var CONVERTED_DIR = ['test', 'suite', 'converted'];
+ var CONVERTED_DIR = ['test', 'suite'];
var OUT_DIR = ['website', 'resources', 'scripts', 'testcases2'];