aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test_2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/two_file_test_2.cc')
-rw-r--r--gold/testsuite/two_file_test_2.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/testsuite/two_file_test_2.cc b/gold/testsuite/two_file_test_2.cc
index 631c89b..6454e99 100644
--- a/gold/testsuite/two_file_test_2.cc
+++ b/gold/testsuite/two_file_test_2.cc
@@ -92,3 +92,11 @@ void
{
return &f13i;
}
+
+// 14 Compare string constants in file 1 and file 2.
+
+const char*
+f14()
+{
+ return TEST_STRING_CONSTANT;
+}