Change renamed bnode ordering.
--- a/test-suite/tests/toRdf-0108-out.nq Thu Jun 06 13:17:12 2013 -0400
+++ b/test-suite/tests/toRdf-0108-out.nq Thu Jun 06 13:28:45 2013 -0400
@@ -1,2 +1,2 @@
-_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:b0 .
-_:b1 _:b2 "all these IRIs remain unchanged because they are interpreted as blank node identifiers" .
+_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:b1 .
+_:b0 _:b2 "all these IRIs remain unchanged because they are interpreted as blank node identifiers" .