compiler: update x/tools package

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-12-02 17:44:53 +03:00
parent e7a0ecb349
commit 9871dc8f5a
22 changed files with 235 additions and 140 deletions

View file

@ -59,7 +59,7 @@ func TestCompiler(t *testing.T) {
}
targetPath := filepath.Join(examplePath, info.Name())
require.NoError(t, compileFile(targetPath))
require.NoError(t, compileFile(targetPath), info.Name())
}
},
},