()
| 76 | } |
| 77 | |
| 78 | @Test(expected=RecognitionException.class) |
| 79 | public void testNegative5() throws IOException, RecognitionException { |
| 80 | shouldFail("A = load 'x'; D = group A by $0:long;"); |
| 81 | } |
| 82 | |
| 83 | @Test(expected=RecognitionException.class) |
| 84 | public void testNegative6() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected