refactor: enhance consistency tests. (#53)

* test: remove limit.

* test: skip btln.go

* test: adds tests on errors.

* feat: add missing output results.

* refactor: time's tests.
This commit is contained in:
Ludovic Fernandez
2019-01-28 15:19:52 +01:00
committed by Marc Vertes
parent 7080abef62
commit 73afc090bb
15 changed files with 256 additions and 35 deletions

View File

@@ -9,3 +9,6 @@ func main() {
//a[1] = 2
fmt.Println(a)
}
// Output:
// [0 0]