Since testsuite/lib/go.exp now uses [timeout_value], it needs to load timeout.exp. This shows up when testing libgo using DejaGNU. Bootstrapped and ran Go tests on x86_64-unknown-linux-gnu. Committed to mainline.
Ian 2013-02-08 Ian Lance Taylor <i...@google.com> * lib/go.exp: Load timeout.exp.
Index: lib/go.exp =================================================================== --- lib/go.exp (revision 195909) +++ lib/go.exp (working copy) @@ -19,6 +19,7 @@ # load_lib prune.exp load_lib gcc-defs.exp +load_lib timeout.exp load_lib target-libpath.exp #