Commit 3b41b583 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[libgomp][testsuite] Explicitly include target-utils.exp (fix libgomp testsuite ERROR)

	* testsuite/lib/libgomp.exp: Load target-utils.exp.
	Move load of target-supportes.exp earlier.

From-SVN: r218662
parent c71c975f
2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* testsuite/lib/libgomp.exp: Load target-utils.exp.
Move load of target-supportes.exp earlier.
2014-12-10 Ilya Verbin <ilya.verbin@intel.com>
* testsuite/libgomp.c/target-9.c: New test.
......
......@@ -17,9 +17,10 @@ load_lib dg.exp
load_gcc_lib prune.exp
load_gcc_lib target-libpath.exp
load_gcc_lib wrapper.exp
load_gcc_lib target-supports.exp
load_gcc_lib target-utils.exp
load_gcc_lib gcc-defs.exp
load_gcc_lib timeout.exp
load_gcc_lib target-supports.exp
load_gcc_lib file-format.exp
load_gcc_lib target-supports-dg.exp
load_gcc_lib scanasm.exp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment