@@ -38,8 +38,8 @@ cc_test(
3838 srcs = ["test_ast_helpers_test.cc" ],
3939 deps = [
4040 ":test_ast_helpers" ,
41- "//base/ast_internal:ast_impl" ,
4241 "//common:ast" ,
42+ "//common/ast:ast_impl" ,
4343 "//internal:testing" ,
4444 "@com_google_absl//absl/status" ,
4545 "@com_google_absl//absl/status:status_matchers" ,
@@ -119,8 +119,6 @@ cc_library(
119119 ":namespace_generator" ,
120120 ":type_check_env" ,
121121 ":type_inference_context" ,
122- "//base/ast_internal:ast_impl" ,
123- "//base/ast_internal:expr" ,
124122 "//checker:checker_options" ,
125123 "//checker:type_check_issue" ,
126124 "//checker:type_checker" ,
@@ -137,6 +135,8 @@ cc_library(
137135 "//common:source" ,
138136 "//common:type" ,
139137 "//common:type_kind" ,
138+ "//common/ast:ast_impl" ,
139+ "//common/ast:expr" ,
140140 "//internal:status_macros" ,
141141 "//parser:macro" ,
142142 "@com_google_absl//absl/algorithm:container" ,
@@ -162,8 +162,6 @@ cc_test(
162162 ":test_ast_helpers" ,
163163 ":type_check_env" ,
164164 ":type_checker_impl" ,
165- "//base/ast_internal:ast_impl" ,
166- "//base/ast_internal:expr" ,
167165 "//checker:checker_options" ,
168166 "//checker:type_check_issue" ,
169167 "//checker:validation_result" ,
@@ -172,6 +170,8 @@ cc_test(
172170 "//common:expr" ,
173171 "//common:source" ,
174172 "//common:type" ,
173+ "//common/ast:ast_impl" ,
174+ "//common/ast:expr" ,
175175 "//internal:status_macros" ,
176176 "//internal:testing" ,
177177 "//internal:testing_descriptor_pool" ,
@@ -195,12 +195,12 @@ cc_test(
195195 deps = [
196196 ":test_ast_helpers" ,
197197 ":type_checker_impl" ,
198- "//base/ast_internal:ast_impl" ,
199- "//base/ast_internal:expr" ,
200198 "//checker:type_checker" ,
201199 "//checker:validation_result" ,
202200 "//common:decl" ,
203201 "//common:type" ,
202+ "//common/ast:ast_impl" ,
203+ "//common/ast:expr" ,
204204 "//internal:testing" ,
205205 "//internal:testing_descriptor_pool" ,
206206 "@com_google_absl//absl/status" ,
0 commit comments