()
| 71 | } |
| 72 | |
| 73 | @Test(expected=RecognitionException.class) |
| 74 | public void testNegative4() throws IOException, RecognitionException { |
| 75 | shouldFail("A = load 'x'; B = ( filter A by $0 == 0 ) as (a:bytearray, b:long);"); |
| 76 | } |
| 77 | |
| 78 | @Test(expected=RecognitionException.class) |
| 79 | public void testNegative5() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected