Get rid of useless test exports

This commit is contained in:
Tim Schaub
2017-08-17 15:15:53 -04:00
parent 2d13f3c6e1
commit a3e3e99baa
203 changed files with 200 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.structs.LinkedList');
goog.require('ol.structs.LinkedList');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.LRUCache');
goog.require('ol.structs.LRUCache');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.structs.PriorityQueue');
goog.require('ol.structs.PriorityQueue');

View File

@@ -1,4 +1,4 @@
goog.provide('ol.test.structs.RBush');
goog.require('ol.structs.RBush');