-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify testing dummy include README.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Directory dummy_includes | ||
======================== | ||
Clang gets angry about non-existent includes, | ||
so to test include transformation, we have dummy | ||
files to be included here. | ||
## Directory dummy_includes | ||
|
||
The support for import generation works based on the use of types | ||
haling from specific includes. That is why to test it | ||
we need a few dummy includes that define types. | ||
|
||
(Other test files cannot be used because they need | ||
to be free to contain name conflicts.) |