From c9a9aff221ce2ecb60d7aef8bfceb6ece52c47df Mon Sep 17 00:00:00 2001 From: Ziemowit Laski Date: Tue, 1 Oct 2019 15:13:08 -0700 Subject: [PATCH] [CPP-434] Expected result. --- .../Arithmetic/SignedComparisons/SignedComparisons.expected | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/test/query-tests/Likely Bugs/Arithmetic/SignedComparisons/SignedComparisons.expected diff --git a/cpp/ql/test/query-tests/Likely Bugs/Arithmetic/SignedComparisons/SignedComparisons.expected b/cpp/ql/test/query-tests/Likely Bugs/Arithmetic/SignedComparisons/SignedComparisons.expected new file mode 100644 index 00000000000..bceb4fd0802 --- /dev/null +++ b/cpp/ql/test/query-tests/Likely Bugs/Arithmetic/SignedComparisons/SignedComparisons.expected @@ -0,0 +1,4 @@ +| SignedComparisons.cpp:8:12:8:22 | ... < ... | Testing for signed overflow/underflow may produce undefined results. | +| SignedComparisons.cpp:11:9:11:20 | ... < ... | Testing for signed overflow/underflow may produce undefined results. | +| SignedComparisons.cpp:21:12:21:26 | ... < ... | Testing for signed overflow/underflow may produce undefined results. | +| SignedComparisons.cpp:24:9:24:23 | ... < ... | Testing for signed overflow/underflow may produce undefined results. |