From 45a995ba526f3b530464742441668d212a35bdb4 Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Mon, 4 Feb 2019 13:00:28 +0100 Subject: [PATCH] C++: Accept test changes from last commit --- .../Critical/LargeParameter/LargeParameter.expected | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/ql/test/query-tests/Critical/LargeParameter/LargeParameter.expected b/cpp/ql/test/query-tests/Critical/LargeParameter/LargeParameter.expected index 994bf3f86ea..1b5a12ab345 100644 --- a/cpp/ql/test/query-tests/Critical/LargeParameter/LargeParameter.expected +++ b/cpp/ql/test/query-tests/Critical/LargeParameter/LargeParameter.expected @@ -1,3 +1,3 @@ -| test.cpp:16:13:16:14 | _t | This parameter of type $@ is 4096 bytes - consider passing a pointer/reference instead. | test.cpp:6:8:6:20 | myLargeStruct | myLargeStruct | -| test.cpp:24:44:24:48 | mtc_t | This parameter of type $@ is 4096 bytes - consider passing a pointer/reference instead. | test.cpp:11:7:11:21 | myTemplateClass | myTemplateClass | -| test.cpp:28:49:28:49 | b | This parameter of type $@ is 4096 bytes - consider passing a pointer/reference instead. | test.cpp:6:8:6:20 | myLargeStruct | myLargeStruct | +| test.cpp:16:13:16:14 | _t | This parameter of type $@ is 4096 bytes - consider passing a const pointer/reference instead. | test.cpp:6:8:6:20 | myLargeStruct | myLargeStruct | +| test.cpp:24:44:24:48 | mtc_t | This parameter of type $@ is 4096 bytes - consider passing a const pointer/reference instead. | test.cpp:11:7:11:21 | myTemplateClass | myTemplateClass | +| test.cpp:28:49:28:49 | b | This parameter of type $@ is 4096 bytes - consider passing a const pointer/reference instead. | test.cpp:6:8:6:20 | myLargeStruct | myLargeStruct |