Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 5c23810

Browse files
committed
remove c++ compilation from test suite
1 parent 53ea55e commit 5c23810

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

noderunner/nrunner.ts

-2
Original file line numberDiff line numberDiff line change
@@ -2005,8 +2005,6 @@ function compilerTest() {
20052005
console.log(logMsg("touchdevelop → hex (bitvm) ✓"));
20062006
return TDev.Hex.cliCompileAsync(theApp);
20072007
}
2008-
}).then(() => {
2009-
return TDev.Embedded.compile(TDev.AST.Json.dump(theApp))
20102008
}).then((cpp: string) => {
20112009
console.log(logMsg("touchdevelop → cpp ✓"));
20122010

0 commit comments

Comments
 (0)