(String dir, String main, String... opts)
| 147 | } |
| 148 | |
| 149 | public static void testPTA(String dir, String main, String... opts) { |
| 150 | testPTA(true, dir, main, opts); |
| 151 | } |
| 152 | |
| 153 | public static void testPTA(boolean processResult, String dir, String main, String... opts) { |
| 154 | String id = PointerAnalysis.ID; |
no test coverage detected