mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Don’t load bundles from layout test
Ideally we would have the BundlesManager load the bundles but since tests don’t have their own framework requirements, this would require that the layout framework is setup to depend on the BundlesManager framework.
This commit is contained in:
@@ -415,7 +415,7 @@ static class LayoutFixture : public CxxTest::GlobalFixture
|
||||
public:
|
||||
bool setUpWorld()
|
||||
{
|
||||
bundles::build_index();
|
||||
// [BundlesManager sharedInstance]; // load bundles
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user