()
| 66 | } |
| 67 | |
| 68 | @Test(expected=RecognitionException.class) |
| 69 | public void testNegative3() throws IOException, RecognitionException { |
| 70 | shouldFail("A = load 'x';B = (A) as (a:int, b:long);"); |
| 71 | } |
| 72 | |
| 73 | @Test(expected=RecognitionException.class) |
| 74 | public void testNegative4() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected