Add last integration tests, remove testsuite

This commit is contained in:
Alexander Neumann
2015-06-21 17:12:38 +02:00
parent 43d4558a90
commit 5ae04b6834
12 changed files with 115 additions and 256 deletions
-4
View File
@@ -3,7 +3,3 @@
package debug
func Log(tag string, fmt string, args ...interface{}) {}
func Break(string) {}
func BreakIf(string, func() bool) {}