summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h4
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);