Test negative precision.

This commit is contained in:
Victor Zverovich
2014-06-23 08:39:32 -07:00
parent 4099a1269b
commit d0587445cb
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -723,7 +723,6 @@ void fmt::BasicWriter<Char>::PrintfParser::Format(
spec.precision_ = GetIntValue(arg);
else if (!error)
error = "precision is not integer";
// TODO: check for negative precision
}
}