From 8890b874da580af217914d7c3a6796d24b07d636 Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Thu, 6 Dec 2018 10:19:05 +0000 Subject: [PATCH] C++: update test output following template fix --- .../library-tests/templates/typedefs/template_typedefs.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/test/library-tests/templates/typedefs/template_typedefs.expected b/cpp/ql/test/library-tests/templates/typedefs/template_typedefs.expected index 33e0f26fb746..be36cbcc7a40 100644 --- a/cpp/ql/test/library-tests/templates/typedefs/template_typedefs.expected +++ b/cpp/ql/test/library-tests/templates/typedefs/template_typedefs.expected @@ -13,7 +13,7 @@ | G<..(*)(..)> | pointer to {function returning {pointer to {int}} with arguments (int)} | | G | TG | | G<__attribute((vector_size(32))) int> | GNU 8 element vector of {int} | -| G | const {pointer to {const {int}}} | +| G | pointer to {const {int}} | | G | reference to {pointer to {pointer to {int}}} | | G | pointer to {int} | | G | pointer to member of S with type {int} |