diff options
Diffstat (limited to 'asl/testing/BUILD.bazel')
-rw-r--r-- | asl/testing/BUILD.bazel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asl/testing/BUILD.bazel b/asl/testing/BUILD.bazel index 22f59e1..0bfb7ee 100644 --- a/asl/testing/BUILD.bazel +++ b/asl/testing/BUILD.bazel @@ -7,7 +7,9 @@ cc_library( "testing.cpp", ], deps = [ - "//asl", + "//asl/base", + "//asl/formatting", + "//asl/io:print", ], visibility = ["//visibility:public"], ) |