Skip to content

Commit bcd8b99

Browse files
authored
Fix expected path in //test:private_deps_client_cc_deps_modulemaps (#1503)
1 parent 343f35e commit bcd8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/private_deps_tests.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def private_deps_test_suite(name, tags = []):
104104
name = "{}_client_cc_deps_modulemaps".format(name),
105105
expected_files = [
106106
"/test/fixtures/private_deps/public_cc_modulemap/_/module.modulemap",
107-
"-/test/fixtures/private_deps/private_cc_modulemap_/module.modulemap",
107+
"-/test/fixtures/private_deps/private_cc_modulemap/_/module.modulemap",
108108
],
109109
field = "transitive_modules.clang!.module_map!",
110110
provider = "SwiftInfo",

0 commit comments

Comments
 (0)