[geany/geany] 2c99c8: c++: Fix a test result

Colomban Wendling git-noreply at xxxxx
Thu Feb 11 14:48:50 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 11 Feb 2016 14:48:50 UTC
Commit:      2c99c8827f463ce7abd261826a9cf1352af6020d
             https://github.com/geany/geany/commit/2c99c8827f463ce7abd261826a9cf1352af6020d

Log Message:
-----------
c++: Fix a test result

748137bd1dfa648948d9d127aa3e27b6857db764 improved return types, but as
this test case was added in parallel it wasn't updated as needed for
the new, more correct, results.


Modified Paths:
--------------
    tests/ctags/cxx11-raw-strings.cpp.tags

Modified: tests/ctags/cxx11-raw-strings.cpp.tags
14 lines changed, 7 insertions(+), 7 deletions(-)
===================================================================
@@ -7,13 +7,13 @@ memb4
 memb5�64�typ5�0�int
 memb6�64�typ6�0�int
 memb7�64�typ7�0�int
-str1�16384�0�char
-str2�16384�0�char
-str3�16384�0�char
-str4�16384�0�char
-str5�16384�0�char
-str6�16384�0�char
-str7�16384�0�char
+str1�16384�0�const char *
+str2�16384�0�const char *
+str3�16384�0�const char *
+str4�16384�0�const char *
+str5�16384�0�const char *
+str6�16384�0�const char *
+str7�16384�0�const char *
 typ1�2048�0
 typ2�2048�0
 typ3�2048�0



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list