File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
integration/vscode/ada/test/general Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ suite('CodeLens', function () {
2323 const codelenses = await getCodeLenses ( 'src' , 'main1.adb' ) ;
2424 assert . deepEqual ( simplifyCodelenses ( codelenses ) , [
2525 {
26- range : '9:0 -> 15:9 ' ,
26+ range : '9:0 -> 15:10 ' ,
2727 command : {
2828 title : '$(run) Run' ,
2929 command : 'ada.buildAndRunMain' ,
3030 arguments : [ 'src/main1.adb' ] ,
3131 } ,
3232 } ,
3333 {
34- range : '9:0 -> 15:9 ' ,
34+ range : '9:0 -> 15:10 ' ,
3535 command : {
3636 title : '$(debug-alt-small) Debug' ,
3737 command : 'ada.buildAndDebugMain' ,
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ with Foo;
77-- Main --
88-- --------
99
10- procedure Main is
10+ procedure Main1 is
1111
1212begin
1313
1414 null ;
1515
16- end Main ;
16+ end Main1 ;
You can’t perform that action at this time.
0 commit comments