Eliminate goog.structs.AvlTree.Node in self-parity test
Description
goog.structs.AvlTree.Node has been removed from the latest Closure library, and this ticket asks that the reference to it be removed from the self-parity test suite.
Repro:
script/bootstrap --closure-library-head
and then
script/test-self-parity
fails with
Caused by: clojure.lang.ExceptionInfo: No such namespace: goog.structs.AvlTree.Node, could not locate goog/structs/AvlTree/Node.cljs, goog/structs/AvlTree/Node.cljc, or JavaScript source providing "goog.structs.AvlTree.Node" in file src/test/self/self_parity/auxiliary.cljs {:tag :cljs/analysis-error}
goog.structs.AvlTree.Node
has been removed from the latest Closure library, and this ticket asks that the reference to it be removed from the self-parity test suite.Repro:
script/bootstrap --closure-library-head
and then
script/test-self-parity
fails with
Caused by: clojure.lang.ExceptionInfo: No such namespace: goog.structs.AvlTree.Node, could not locate goog/structs/AvlTree/Node.cljs, goog/structs/AvlTree/Node.cljc, or JavaScript source providing "goog.structs.AvlTree.Node" in file src/test/self/self_parity/auxiliary.cljs {:tag :cljs/analysis-error}