Fix parserTests include paths

The recent directory move broke parserTests, fix it for now. Will need
refixing once me migrate to our own repo.

Change-Id: I014001cd6904d1dea3f9417c9cde9c80ab079232
This commit is contained in:
Gabriel Wicke 2012-07-26 15:42:22 -07:00
parent 0a8fc3838d
commit cd6f8ecbbe

View file

@ -34,7 +34,7 @@ var fileDependencies = [];
// Fetch up some of our wacky parser bits... // Fetch up some of our wacky parser bits...
var basePath = path.join(path.dirname(path.dirname(process.cwd())), 'modules'); var basePath = path.dirname(path.dirname(process.cwd()));
function _require(filename) { function _require(filename) {
var fullpath = path.join( basePath, filename ); var fullpath = path.join( basePath, filename );