maint-6633: move INFO around

master
Glenn Glazer 2016-10-10 14:15:29 -07:00
parent c39b7f2d88
commit acfbcc7352
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ namespace tut
ensure_equals("order is time location type function message",
message(0),
roswell() + location + " INFO: " + function + ": apple");
roswell() + " INFO:" + location + function + ": apple");
}
template<> template<>