This commit is contained in:
Terence Parr 2012-10-08 15:27:35 -07:00
parent ebe633a2cc
commit 28ddd7a6cd
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ public class TestGraphNodes extends TestCase {
}
@Test public void test_aex_bfx() {
// TJP: this is inefficient as it leaves the top x nodes unmerged.
PredictionContext x1 = x();
PredictionContext x2 = x();
PredictionContext e = createSingleton(x1, 5);