forked from OSchip/llvm-project
5 lines
351 B
Plaintext
5 lines
351 B
Plaintext
# RUN: not module-map-checker %S/Inputs/main-test/module.map 2>&1 | FileCheck %s
|
|
|
|
# CHECK: warning: {{.*}}{{[/\\]}}Inputs/main-test/module.map does not account for file: {{.*}}{{[/\\]}}Inputs/main-test/Level3A.h
|
|
# CHECK-NEXT: warning: {{.*}}{{[/\\]}}Inputs/main-test/module.map does not account for file: {{.*}}{{[/\\]}}Inputs/main-test/Sub/Level3B.h
|