aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-19 23:38:40 +0000
committerIan Lance Taylor <iant@google.com>2007-10-19 23:38:40 +0000
commit28ef317915adce586bbe0080b0950de1a55dea14 (patch)
tree49dc6754fb2daae2b8c5ad83a8763377f1d5f159 /gold/testsuite/two_file_test.h
parentfa1bd4fb25c5fb738010e77f1244161727b5f7bd (diff)
downloadfsf-binutils-gdb-28ef317915adce586bbe0080b0950de1a55dea14.zip
fsf-binutils-gdb-28ef317915adce586bbe0080b0950de1a55dea14.tar.gz
fsf-binutils-gdb-28ef317915adce586bbe0080b0950de1a55dea14.tar.bz2
Add wide string constant test.
Diffstat (limited to 'gold/testsuite/two_file_test.h')
-rw-r--r--gold/testsuite/two_file_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/testsuite/two_file_test.h b/gold/testsuite/two_file_test.h
index 60a7edd..63c529e 100644
--- a/gold/testsuite/two_file_test.h
+++ b/gold/testsuite/two_file_test.h
@@ -62,3 +62,6 @@ extern void (*f13())();
#define TEST_STRING_CONSTANT "test string constant"
extern const char* f14();
+
+#define TEST_WIDE_STRING_CONSTANT L"test wide string constant"
+extern const wchar_t* f15();