aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-26 22:48:08 +0000
committerIan Lance Taylor <iant@google.com>2008-02-26 22:48:08 +0000
commita5dc07065554d074ae0452b388cd9c80b2bc6504 (patch)
treece2d8d5be0590dbf264053db8996e684b2fd26db /gold/testsuite
parent5daa78cc6fc04e0367c11459bb2ae0531c8732ac (diff)
downloadgdb-a5dc07065554d074ae0452b388cd9c80b2bc6504.zip
gdb-a5dc07065554d074ae0452b388cd9c80b2bc6504.tar.gz
gdb-a5dc07065554d074ae0452b388cd9c80b2bc6504.tar.bz2
From Craig Silverstein: rework handling of Script_options.
Diffstat (limited to 'gold/testsuite')
-rw-r--r--gold/testsuite/binary_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/testsuite/binary_unittest.cc b/gold/testsuite/binary_unittest.cc
index ea2535b..6a3956a 100644
--- a/gold/testsuite/binary_unittest.cc
+++ b/gold/testsuite/binary_unittest.cc
@@ -113,8 +113,7 @@ Binary_test(Test_report*)
Errors errors(gold::program_name);
initialize_parameters(&errors);
- Script_options script_options;
- General_options options(&script_options);
+ General_options options;
set_parameters_from_options(&options);
int fail = 0;