ponyc: 2016-07-26 -> 0.5.1

This commit is contained in:
dipinhora
2016-10-15 23:50:04 -04:00
parent da9c6a7744
commit 66113fb0fa
3 changed files with 63 additions and 25 deletions
@@ -1,16 +1,17 @@
diff --git a/packages/net/_test.pony b/packages/net/_test.pony
index d6c3e56..dc37dd9 100644
index ce26bd7..9a98cc7 100644
--- a/packages/net/_test.pony
+++ b/packages/net/_test.pony
@@ -7,11 +7,6 @@ actor Main is TestList
@@ -5,11 +5,7 @@ actor Main is TestList
new make() => None
fun tag tests(test: PonyTest) =>
test(_TestReadBuffer)
test(_TestWriteBuffer)
- test(_TestBroadcast)
- test(_TestTCPWritev)
- ifdef not windows then
- test(_TestTCPExpect)
- test(_TestTCPWritev)
- end
class iso _TestReadBuffer is UnitTest
"""
+ None
class _TestPing is UDPNotify
let _h: TestHelper