Skip to content
Snippets Groups Projects
Commit b2c65ece authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix warning in icc concerning non-ASCII character.

git-svn-id: http://root.cern.ch/svn/root/trunk@31874 27541ba8-7e3a-0410-8455-c3a389f83636
parent 809ad2ca
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ int main()
Ok(21, !s.IsNull());
// test IsAscii
s10 = "";
s10 = "\xb9";
Ok(22, !s10.IsAscii());
Ok(23, s.IsAscii());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment