summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-07-08 22:00:56 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-07-08 22:00:56 +0000
commit8b629f585dc3b592d732a7e3521266cfcd82d062 (patch)
tree8fec32e8a8217241fe4c6cbc0bf3556889c4366d /clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap
parentb1d8ea4635eea320432e8dfa175c33acd976d2b0 (diff)
downloadbcm5719-llvm-8b629f585dc3b592d732a7e3521266cfcd82d062.tar.gz
bcm5719-llvm-8b629f585dc3b592d732a7e3521266cfcd82d062.zip
Fixed line-endings.
llvm-svn: 241744
Diffstat (limited to 'clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap')
-rw-r--r--clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap60
1 files changed, 30 insertions, 30 deletions
diff --git a/clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap b/clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap
index af529aec281..dbe0bb8507c 100644
--- a/clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap
+++ b/clang-tools-extra/test/modularize/Inputs/CoverageProblems/module.modulemap
@@ -1,30 +1,30 @@
-// module.map
-
-module Level1A {
- header "Level1A.h"
- export *
-}
-module Level1B {
- header "Level1B.h"
- export *
- module Level2B {
- header "Level2B.h"
- export *
- }
-}
-module Level2A {
- header "Level2A.h"
- export *
-}
-module UmbrellaDirectoryModule {
- umbrella "UmbrellaSub"
-}
-module UmbrellaHeaderModule {
- umbrella header "UmbrellaFile.h"
-}
-/*
-module NoHeader {
- header "NoHeader.h"
- export *
-}
-*/
+// module.map
+
+module Level1A {
+ header "Level1A.h"
+ export *
+}
+module Level1B {
+ header "Level1B.h"
+ export *
+ module Level2B {
+ header "Level2B.h"
+ export *
+ }
+}
+module Level2A {
+ header "Level2A.h"
+ export *
+}
+module UmbrellaDirectoryModule {
+ umbrella "UmbrellaSub"
+}
+module UmbrellaHeaderModule {
+ umbrella header "UmbrellaFile.h"
+}
+/*
+module NoHeader {
+ header "NoHeader.h"
+ export *
+}
+*/
OpenPOWER on IntegriCloud