diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-25 22:13:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-25 22:13:28 +0100 |
| commit | 170aa07b0c45d031b89815a5d07c8eb7e9226bbe (patch) | |
| tree | 9a62a89bf461b6c55f4a2bb9eab1d2d8d89d1bfe /test/test.h | |
| parent | 8181d97d7f9ef0d44af748a5bd5666cf575955fe (diff) | |
Add DCP -> STL test with -private.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index a898694..8bc6e3d 100644 --- a/test/test.h +++ b/test/test.h @@ -19,4 +19,8 @@ #include <string> +using std::string; + +extern string private_test; + void check_text (std::string a, std::string b); |
