You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
456 B
13 lines
456 B
# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s
|
|
|
|
Inputs/IncludeInNamespace.h
|
|
|
|
# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:2:3:
|
|
# CHECK-NEXT: #include "Empty.h"
|
|
# CHECK-NEXT: ^
|
|
# CHECK-NEXT: error: Include directive within namespace MyNamespace {}.
|
|
# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:1:1:
|
|
# CHECK-NEXT: namespace MyNamespace {
|
|
# CHECK-NEXT: ^
|
|
# CHECK-NEXT: The "namespace MyNamespace {}" block is here.
|