Skip to content
Snippets Groups Projects
Commit 3d451c42 authored by Richard Sandiford's avatar Richard Sandiford
Browse files

testsuite: Import objc-dg-prune in execute.exp

The GCC-local definition of gcc-dg-prune removes extra error messages,
such as one from the linker warning about executable stacks.  This is
then used by tool-specific pruners like objc-dg-prune, defined in
objc-dg.exp.  However, objc/execute/execute.exp didn't include
objc-dg.exp, meaning that the linker warning could trigger a
failure in objc/execute/nested-func-1.m.

gcc/testsuite/
	* objc/execute/execute.exp: Load objc-dg.exp.
parent 740a3be7
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ if $tracelevel then { ...@@ -23,6 +23,7 @@ if $tracelevel then {
} }
# load support procs # load support procs
load_lib objc-dg.exp
load_lib objc-torture.exp load_lib objc-torture.exp
load_lib torture-options.exp load_lib torture-options.exp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment