()
| 55 | } |
| 56 | |
| 57 | @Test |
| 58 | // After PIG-438, realias statement is valid |
| 59 | public void testNegative1() throws IOException, RecognitionException { |
| 60 | shouldPass("A = load 'x'; B=A;"); |
| 61 | } |
| 62 | |
| 63 | @Test(expected=RecognitionException.class) |
| 64 | public void testNegative2() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected