diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-01-13 20:00:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-01-13 20:00:46 +0000 |
| commit | 0414e226b73ef7952be3ef346c1c802e7f036f54 (patch) | |
| tree | ff0114c0524108a01707e4101f3224db0d7fd01f /test/Modules/separate_map_tree.cpp | |
| parent | 97b17066aaac3f1590a809d79abe98fde03821ec (diff) | |
Notes
Diffstat (limited to 'test/Modules/separate_map_tree.cpp')
| -rw-r--r-- | test/Modules/separate_map_tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/separate_map_tree.cpp b/test/Modules/separate_map_tree.cpp index 5a1fff4efc702..a5cb9888a600b 100644 --- a/test/Modules/separate_map_tree.cpp +++ b/test/Modules/separate_map_tree.cpp @@ -5,4 +5,4 @@ #include "public-in-b.h" // expected-error {{private header}} #include "public-in-c.h" #include "private-in-c.h" // expected-error {{private header}} -const int val = common + b + c + c_; // expected-error {{undeclared identifier}} +const int val = common + b + c + c_; |
