Explorar o código

use Test.st from sources of amber-dev

Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
e708050feb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',