# Copyright The OpenTelemetry Authors # SPDX-License-Identifier: Apache-2.0 cc_test( name = "instrumentationscope_test", srcs = [ "instrumentationscope_test.cc", ], tags = ["test"], deps = [ "//api", "//sdk:headers", "@com_google_googletest//:gtest_main", ], )