summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/ProblemsDuplicate.modularize
blob: 301c9cc8c111b4176f605ee0b3ee016966d2ed82 (plain)
1
2
3
4
5
6
7
8
9
# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s
# RUN: not modularize %S/Inputs/ProblemsDuplicate.modulemap -x c++ 2>&1 | FileCheck %s

Inputs/DuplicateHeader1.h
Inputs/DuplicateHeader2.h

# CHECK: error: value 'TypeInt' defined at multiple locations:
# CHECK-NEXT:    {{.*}}{{[/\\]}}Inputs{{[/\\]}}DuplicateHeader1.h:2:13
# CHECK-NEXT:    {{.*}}{{[/\\]}}Inputs{{[/\\]}}DuplicateHeader2.h:2:13
OpenPOWER on IntegriCloud