Rename debug in testcases to trace

To remove D specific keyword rename
This commit is contained in:
William S Fulton 2022-08-20 15:09:23 +01:00
commit 0ba11023ac
13 changed files with 61 additions and 81 deletions

View file

@ -13,7 +13,7 @@ public class typemap_out_optimal_runme {
}
public static void main(String argv[]) {
XX.setDebug(false);
XX.setTrace(false);
{
XX x = XX.create();
x.delete();