commit | d32cbc04e31098d69a299f608424a5fcb69aae7a | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Mar 16 09:50:17 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Mar 17 06:46:13 2022 -0600 |
tree | bd288e5e582683e22b14a796cbe947d55e905b5c | |
parent | c9178f285acf19e066be8367185d52837161b0a2 [diff] |
Add another test for Ada Wide_Wide_String In an earlier patch, I had written that I wanted to add this test: ptype Wide_Wide_String'("literal") ... but that it failed with the distro GNAT. Further investigation showed that it could be made to work by adding a function using Wide_Wide_String to the program -- this caused the type to end up in the debug info. This patch adds the test. I'm checking this in.