diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:11 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:11 +0000 |
| commit | 0a5fb09b599c1bdea3cd11168bb8f4ff4040316e (patch) | |
| tree | 5e94367d1a8032322c6871cfe16714c0982fd61a /test/Modules/Inputs/preprocess/module.modulemap | |
| parent | f0c0337bbfb63d1f9edf145aab535bdf82c20454 (diff) | |
Notes
Diffstat (limited to 'test/Modules/Inputs/preprocess/module.modulemap')
| -rw-r--r-- | test/Modules/Inputs/preprocess/module.modulemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/preprocess/module.modulemap b/test/Modules/Inputs/preprocess/module.modulemap index a5c5b61dddc5..943435a953d0 100644 --- a/test/Modules/Inputs/preprocess/module.modulemap +++ b/test/Modules/Inputs/preprocess/module.modulemap @@ -1,2 +1,2 @@ module fwd { header "fwd.h" export * } -module file { header "file.h" export * } +module file { header "file.h" header "file2.h" export * } |
