diff options
Diffstat (limited to 't/t4018/cpp-function-returning-reference')
-rw-r--r-- | t/t4018/cpp-function-returning-reference | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4018/cpp-function-returning-reference b/t/t4018/cpp-function-returning-reference index 29e2bd4632..01b051df70 100644 --- a/t/t4018/cpp-function-returning-reference +++ b/t/t4018/cpp-function-returning-reference @@ -1,5 +1,4 @@ string& get::it::RIGHT(char *ptr) { ChangeMe; - broken; } |