Skip to content

Commit dec7407

Browse files
committed
use unique name for debuginfo gate test
1 parent be81d9b commit dec7407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/mx.substratevm/mx_substratevm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def svm_gate_body(args, tasks):
469469
cinterfacetutorial([])
470470
clinittest([])
471471

472-
with Task('image demos', tasks, tags=[GraalTags.helloworld_debug]) as t:
472+
with Task('image demos debuginfo', tasks, tags=[GraalTags.helloworld_debug]) as t:
473473
if t:
474474
if svm_java8():
475475
javac_image(['--output-path', svmbuild_dir(), '-H:GenerateDebugInfo=1'])

0 commit comments

Comments
 (0)