@@ -116,14 +116,15 @@ import * as test57 from '@ember/-internals/runtime';
116116import * as test58 from '@ember/-internals/routing' ;
117117import * as test59 from 'backburner.js' ;
118118import * as test60 from 'rsvp' ;
119+ import * as testOwner from '@ember/owner' ;
119120import { DEPRECATIONS } from '@ember/-internals/deprecations' ;
120121
121122let allExports = [
122123 [ 'Application' , '@ember/application' , 'default' , test0 ] ,
123- [ 'getOwner' , '@ember/application ' , 'getOwner' , test0 ] ,
124+ [ 'getOwner' , '@ember/owner ' , 'getOwner' , testOwner ] ,
124125 [ 'onLoad' , '@ember/application' , 'onLoad' , test0 ] ,
125126 [ 'runLoadHooks' , '@ember/application' , 'runLoadHooks' , test0 ] ,
126- [ 'setOwner' , '@ember/application ' , 'setOwner' , test0 ] ,
127+ [ 'setOwner' , '@ember/owner ' , 'setOwner' , testOwner ] ,
127128 [ 'ApplicationInstance' , '@ember/application/instance' , 'default' , test1 ] ,
128129 [ 'Namespace' , '@ember/application/namespace' , 'default' , test2 ] ,
129130 [ 'Array' , '@ember/array' , 'default' , test3 ] ,
0 commit comments