瀏覽代碼

Fix package import in compiler test

Andrea Fazzi 7 年之前
父節點
當前提交
a93a0f31d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/compiler_test.go

+ 1 - 1
compiler/compiler_test.go

@@ -7,7 +7,7 @@ import (
 	"github.com/remogatto/cloud"
 	"github.com/remogatto/prettytest"
 
-	"gogs.carducci-dante.gov.it/karmen/core/config"
+	"gogs.carducci-dante.gov.it/karmen/config"
 )
 
 type testSuite struct {