summaryrefslogtreecommitdiff
path: root/chain/src/item/default/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'chain/src/item/default/mod.rs')
-rw-r--r--chain/src/item/default/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/chain/src/item/default/mod.rs b/chain/src/item/default/mod.rs
index e0e2296..0dc613b 100644
--- a/chain/src/item/default/mod.rs
+++ b/chain/src/item/default/mod.rs
@@ -1596,7 +1596,7 @@ mod item_test {
let atom = DefaultAtom::from_grammar(grammar)?;
- // atom.print_nullables();
+ atom.print_nullables();
let mut forest: DefaultForest<ForestLabel<GrammarLabel>> = DefaultForest::new_leaf_raw(
ForestLabel::new(GrammarLabel::new(TNT::Non(0), 0), ForestLabelType::Plain),