Skip to content

Commit e269f34

Browse files
committed
Use -Es in test runner to improve exception messages
1 parent 2a1ffc0 commit e269f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnat/tester.gpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project Tester is
2727
package Compiler renames LSP_Client.Compiler;
2828

2929
package Binder is
30-
for Switches ("ada") use ("-E");
30+
for Switches ("ada") use ("-Es");
3131
end Binder;
3232

3333
end Tester;

0 commit comments

Comments
 (0)