diff --git a/src/examples/osm_import_test.cpp b/src/examples/osm_import_test.cpp
index d314800a7dc2395594417d7ba207365f846bf629..adfd30a46b4543561591ebdff47db12327db770c 100644
--- a/src/examples/osm_import_test.cpp
+++ b/src/examples/osm_import_test.cpp
@@ -4,7 +4,8 @@
 #include <iostream>
 
 //const std::string osm_file="/home/shernand/Downloads/test_osm.osm";
-const std::string osm_file="/home/shernand/Downloads/test_osm2.osm";
+//const std::string osm_file="/home/shernand/Downloads/test_osm2.osm";
+const std::string osm_file="/home/shernand/Downloads/diagonal.osm";
 
 int main(int argc, char *argv[])
 {