From 7d8a8de53d80df5f0e160d5c6bec456a82787b36 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 4 Dec 2018 17:02:14 +0000 Subject: [PATCH] C++: Test output changes following CatchAny fix --- cpp/ql/test/library-tests/c++_exceptions/anycatch.expected | 1 - cpp/ql/test/library-tests/c++_exceptions/catchparams.expected | 1 + cpp/ql/test/library-tests/c++_exceptions/handler.expected | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/c++_exceptions/anycatch.expected b/cpp/ql/test/library-tests/c++_exceptions/anycatch.expected index 0cf5886307f5..c8d1b94c2bf1 100644 --- a/cpp/ql/test/library-tests/c++_exceptions/anycatch.expected +++ b/cpp/ql/test/library-tests/c++_exceptions/anycatch.expected @@ -1,4 +1,3 @@ -| ODASA-5692.cpp:11:18:13:3 | { ... } | | ODASA-5692.cpp:14:15:16:3 | { ... } | | ODASA-5692.cpp:14:15:16:3 | { ... } | | exceptions.cpp:44:19:46:5 | { ... } | diff --git a/cpp/ql/test/library-tests/c++_exceptions/catchparams.expected b/cpp/ql/test/library-tests/c++_exceptions/catchparams.expected index eba74d8f8b56..eb065da6d261 100644 --- a/cpp/ql/test/library-tests/c++_exceptions/catchparams.expected +++ b/cpp/ql/test/library-tests/c++_exceptions/catchparams.expected @@ -1,4 +1,5 @@ | ODASA-5692.cpp:11:10:11:14 | p#0 | ODASA-5692.cpp:11:18:13:3 | { ... } | +| ODASA-5692.cpp:11:10:11:14 | p#0 | ODASA-5692.cpp:11:18:13:3 | { ... } | | exceptions.cpp:28:20:28:20 | e | exceptions.cpp:28:23:30:9 | { ... } | | exceptions.cpp:32:16:32:16 | e | exceptions.cpp:32:19:34:5 | { ... } | | exceptions.cpp:35:16:35:16 | e | exceptions.cpp:35:19:37:5 | { ... } | diff --git a/cpp/ql/test/library-tests/c++_exceptions/handler.expected b/cpp/ql/test/library-tests/c++_exceptions/handler.expected index b83c9c5c1701..114ef8b0dc3f 100644 --- a/cpp/ql/test/library-tests/c++_exceptions/handler.expected +++ b/cpp/ql/test/library-tests/c++_exceptions/handler.expected @@ -1,6 +1,7 @@ | ODASA-5692.cpp:11:18:13:3 | | getBlock | ODASA-5692.cpp:11:18:13:3 | { ... } | | ODASA-5692.cpp:11:18:13:3 | | getBlock | ODASA-5692.cpp:11:18:13:3 | { ... } | | ODASA-5692.cpp:11:18:13:3 | | getParameter | ODASA-5692.cpp:11:10:11:14 | p#0 | +| ODASA-5692.cpp:11:18:13:3 | | getParameter | ODASA-5692.cpp:11:10:11:14 | p#0 | | ODASA-5692.cpp:11:18:13:3 | | getTryStmt | ODASA-5692.cpp:9:3:10:3 | try { ... } | | ODASA-5692.cpp:11:18:13:3 | | getTryStmt | ODASA-5692.cpp:9:3:10:3 | try { ... } | | ODASA-5692.cpp:11:18:13:3 | | getTryStmt.getACatchClause() | ODASA-5692.cpp:11:18:13:3 | { ... } |