[CPP-434] Adjust expected output.

This commit is contained in:
Ziemowit Laski
2019-10-02 15:02:44 -07:00
parent 16411d1b6e
commit 341dc12fc8

View File

@@ -1,2 +1,2 @@
| SignedOverflowCheck.cpp:8:12:8:22 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
| SignedOverflowCheck.cpp:18:12:18:26 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |
| SignedOverflowCheck.cpp:8:12:8:22 | ... < ... | Testing for signed overflow may produce undefined results. |
| SignedOverflowCheck.cpp:18:12:18:26 | ... < ... | Testing for signed overflow may produce undefined results. |