瀏覽代碼

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',