Skip to content

Commit 8b458f3

Browse files
BoulangerAdrienBoulanger
authored andcommitted
Add a test
1 parent 893923e commit 8b458f3

File tree

5 files changed

+1065
-0
lines changed

5 files changed

+1065
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
procedure Main is
2+
begin
3+
null
4+
end Main;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<Locations >
3+
<Project>
4+
<vfs_file>/home/boulanger/ancr/src/als/testsuite/ada_lsp/configuration_warning_changing_setting/test.gpr</vfs_file>
5+
<file_marker current="true" column=" 1" line=" 1" >
6+
<vfs_project />
7+
<vfs_file>/home/boulanger/ancr/src/als/testsuite/ada_lsp/configuration_warning_changing_setting/test.gpr</vfs_file>
8+
</file_marker>
9+
</Project>
10+
</Locations>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
project Testo is
2+
3+
for Main use ("foo.adb");
4+
5+
end Testo;

0 commit comments

Comments
 (0)