소스 검색

Remove comment on cppia. Closes https://github.com/HaxeFoundation/hxcpp/issues/646

Hugh Sanderson 8 년 전
부모
커밋
9512f1d3e6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/runci/targets/Cpp.hx

+ 0 - 1
tests/runci/targets/Cpp.hx

@@ -58,7 +58,6 @@ class Cpp {
 				}
 
 				if (testCppia) {
-				// https://github.com/HaxeFoundation/hxcpp/issues/646
 					runCommand("haxe", ["compile-cppia-host.hxml"]);
 					runCommand("haxe", ["compile-cppia.hxml"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);