Commit 8c5b3378 by Uros Bizjak

* g++.target/i386/pr88998.C (main): Use FP constant in the assert.

From-SVN: r268198
parent 3274c5a3
......@@ -26,6 +26,6 @@ main (int, char **)
m.insert ({1, 1});
assert (m.load_factor () <= m.max_load_factor ());
assert (d == 3);
assert (d == 3.0);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment