Change path to parserTests from phase3 to core after switch to git.

Change-Id: Ie13f678eaa81447e98db5c8c394ab103caad8454
This commit is contained in:
Gabriel Wicke 2012-04-02 17:10:06 +02:00
parent 19f3d5c107
commit 5ef3438ee5

View file

@ -165,8 +165,8 @@ function ParserTests () {
this.testFileName = '../../../../phase3/tests/parser/parserTests.txt'; // 'default'
this.testFileName2 = '../../../../tests/parser/parserTests.txt'; // Fallback. Not everyone fetch at phase3 level
this.testFileName = '../../../../core/tests/parser/parserTests.txt'; // 'default'
this.testFileName2 = '../../../../tests/parser/parserTests.txt'; // Fallback. Not everyone fetch at core level
if (this.argv._[0]) {
// hack :D