Make the objfile constructor private
[deliverable/binutils-gdb.git] / gold / testsuite / two_file_test_main.cc
index 5dcf94b34f3f0d5e8ca9a1066f1dd1fc9d9a196b..2e22f78f6a92da9d974de451ff98ce6f97cf4917 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_main.cc -- a two file test case for gold, main function
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -49,5 +49,9 @@ main()
   assert(t11());
   assert(t12());
   assert(t13());
+  assert(t16());
+  assert(t16a());
+  assert(t17());
+  assert(t18());
   return 0;
 }
This page took 0.023424 seconds and 4 git commands to generate.