Bug 653140 - GCLI needs a commonjs require system; f=mihai.sucan r=dtownsend sr=dtownsend; a=orangefix

This commit is contained in:
Rob Campbell 2011-08-04 10:33:34 -03:00
Родитель c65e04295c
Коммит e8b4d74dfa
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -118,3 +118,5 @@ function testUncompilable() {
function testRecursive() {
// See Bug 658583
// require('gclitest/recurse');
// Also see the comments in the testRecursive() function
}