fixed pbf test

master
Oliver Tonnhofer 2013-08-02 10:55:52 +02:00
parent e0e3358b6d
commit f3155e9b7a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
func BenchmarkHello(b *testing.B) {
b.StopTimer()
pbf, err := open("../azores.osm.pbf")
pbf, err := Open("../azores.osm.pbf")
if err != nil {
panic(err)
}