()
| 61 | } |
| 62 | |
| 63 | @Test(expected=RecognitionException.class) |
| 64 | public void testNegative2() throws IOException, RecognitionException { |
| 65 | shouldFail("A = load 'x'; B=(A);"); |
| 66 | } |
| 67 | |
| 68 | @Test(expected=RecognitionException.class) |
| 69 | public void testNegative3() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected