[pkg-d-commits] [ldc] 91/149: Adapt lit test to changed mangling of nested functions

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:37:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.2.0
in repository ldc.

commit a96627e283b362980463886aceaa6938fac92eec
Author: Martin <noone at nowhere.com>
Date:   Tue Feb 7 00:41:40 2017 +0100

    Adapt lit test to changed mangling of nested functions
---
 tests/debuginfo/nested_llvm306.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/debuginfo/nested_llvm306.d b/tests/debuginfo/nested_llvm306.d
index ce6de5b..c05840a 100644
--- a/tests/debuginfo/nested_llvm306.d
+++ b/tests/debuginfo/nested_llvm306.d
@@ -22,6 +22,6 @@ void encloser(int arg0, int arg1)
 }
 
 // CHECK: @_D{{.*}}8encloserFiiZv{{.*}}DW_TAG_subprogram
-// CHECK: @_D{{.*}}8encloserFiiZ6nestedMFiZv{{.*}}DW_TAG_subprogram
+// CHECK: @_D{{.*}}8encloserFiiZ6nested{{.*}}DW_TAG_subprogram
 // CHECK: nes_i{{.*}}DW_TAG_arg_variable
 // CHECK: arg1{{.*}}DW_TAG_auto_variable

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list