diff --git a/tests/allman/issue0349.d.ref b/tests/allman/issue0349.d.ref index abc6a82..c64f3e8 100644 --- a/tests/allman/issue0349.d.ref +++ b/tests/allman/issue0349.d.ref @@ -1,5 +1,6 @@ +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; import super_long_import_module_name : withSuperLongSymbolNames, - andAlsoLotsOfThem; + andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo(); diff --git a/tests/issue0349.d b/tests/issue0349.d index 613cceb..b280c60 100644 --- a/tests/issue0349.d +++ b/tests/issue0349.d @@ -1,4 +1,5 @@ import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo(); diff --git a/tests/otbs/issue0349.d.ref b/tests/otbs/issue0349.d.ref index abc6a82..c64f3e8 100644 --- a/tests/otbs/issue0349.d.ref +++ b/tests/otbs/issue0349.d.ref @@ -1,5 +1,6 @@ +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; import super_long_import_module_name : withSuperLongSymbolNames, - andAlsoLotsOfThem; + andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo();