浏览代码

ivory-backend: bugfix codgenTest path

Pat Hickey 10 年之前
父节点
当前提交
b536c9549f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Gidl/Backend/Ivory.hs

+ 0 - 1
src/Gidl/Backend/Ivory.hs

@@ -58,7 +58,6 @@ makefile = artifactCabalFile P.getDataDir "support/ivory/Makefile"
 
 codegenTest :: [String] -> Artifact
 codegenTest modulepath =
-  artifactPath (intercalate "/" modulepath) $
   artifactCabalFileTemplate P.getDataDir fname
     [("module_path", intercalate "." modulepath )]
   where