Changed to get sputnik tests from sputnik_conformance_modified.

This commit is contained in:
Mark Miller 2011-09-25 12:58:24 -07:00
parent 5f94652df2
commit caa9c2f11f
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,7 @@
var regExp = utils.regExp;
var CONTRIB_DIRS = [
['test', 'suite', 'other'],
['test', 'suite', 'sputnik', 'Conformance'],
['external', 'contributions', 'Google', 'sputnik_conformance_modified'],
['external', 'contributions', 'Microsoft', 'ietc_262modified']
];
@ -40,7 +39,8 @@
* actually derived from sources.
*/
var EXTRA_GLOBAL_SCOPE_TESTS = [
['external', 'contributions', 'Microsoft', 'ietc_262modified', 'IETCGlobalScope.js']
['external', 'contributions', 'Microsoft', 'ietc_262modified',
'IETCGlobalScope.js']
];
/**