From f9fa3d1e82b0a84bf618e7c09a118d1965e2f85e Mon Sep 17 00:00:00 2001
From: Mark Miller <erights@gmail.com>
Date: Sun, 25 Sep 2011 15:10:07 -0700
Subject: [PATCH] Changed to convert into test/suite rather than
 test/suite/converted

---
 tools/converter/convert.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index a375d30b4a..18c27178cf 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'];
 
-- 
GitLab