Commit 6805e400 by Martin Liska Committed by Martin Liska

Use TESTING_IN_BUILD_TREE in params.exp

	* gcc.dg/params/params.exp: Replace file exists with
	TESTING_IN_BUILD_TREE.

From-SVN: r239119
parent 231b1169
2016-08-04 Martin Liska <mliska@suse.cz>
* gcc.dg/params/params.exp: Replace file exists with
TESTING_IN_BUILD_TREE.
2016-08-04 Marek Polacek <polacek@redhat.com>
PR c++/70229
......
......@@ -32,7 +32,7 @@ proc param_run_test { param_name param_value } {
}
set options_file "$objdir/../../params.options"
if { [file exists $options_file] == 0 } {
if { [info exists TESTING_IN_BUILD_TREE] == 0 } {
return
}
......
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