Skip to content

Commit 15962df

Browse files
committed
Merge branch 'topic/136-fix_regr' into 'master'
Tests/Test/136_tgen_generics: Fix code that did not compile See merge request eng/ide/libadalang-tools!313
2 parents 753697b + 0bce482 commit 15962df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/tests/test/136_tgen_generics/system_under_test.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package System_Under_Test is
66
subtype Int128 is Interfaces.Integer_128;
77
subtype Uns128 is Interfaces.Unsigned_128;
88

9-
package Impl is new System.Image_F (Int128, Uns128, System.Arith_128.Scaled_Divide128);
10-
end System_Under_Test;
9+
package Impl is new System.Image_F (Int128, System.Arith_128.Scaled_Divide128);
10+
end System_Under_Test;

0 commit comments

Comments
 (0)