()
| 120 | } |
| 121 | |
| 122 | @Test |
| 123 | public void test2() throws IOException, RecognitionException { |
| 124 | shouldPass("A = load '/Users/gates/test/data/studenttab10'; B = foreach A generate ( $0 == 0 ? 1 : 0 );"); |
| 125 | } |
| 126 | |
| 127 | @Test |
| 128 | public void test3() throws IOException, RecognitionException { |
nothing calls this directly
no test coverage detected