소스 검색

use Test.st from sources of amber-dev

Herbert Vojčík 9 년 전
부모
커밋
e708050feb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -69,7 +69,7 @@ module.exports = function(grunt) {
         src: ['external/amber-dev/lib/Test.st']
       },
       test_runner: {
-        src: ['node_modules/amber-dev/lib/Test.st'],
+        src: ['external/amber-dev/lib/Test.st'],
         libraries: [
         'Compiler-Exceptions', 'Compiler-Core', 'Compiler-AST',
         'Compiler-IR', 'Compiler-Inlining', 'Compiler-Semantic', 'Compiler-Interpreter', 'parser',