Skip to content

Commit

Permalink
cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 12, 2024
1 parent 5b3da68 commit a14f82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shell/layering_check_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function test_bad_layering_checks() {
! "$bazel" test --repo_env=APPLE_SUPPORT_LAYERING_CHECK_BETA=1 -- //test/layering_check:bad_layering_check &> "$TEST_log" || fail "Expected build failure"

expect_log_once "does not depend on a module exporting"
expect_log "test/layering_check/c.cpp:1:10: error: module @@//test/layering_check:bad_layering_check does not depend on a module exporting 'a.h'" "failed wrong layering_check"
expect_log "test/layering_check/c.cpp:1:10: error: module //test/layering_check:bad_layering_check does not depend on a module exporting 'a.h'" "failed wrong layering_check"
}

function test_bad_layering_checks_objc() {
Expand Down

0 comments on commit a14f82b

Please sign in to comment.