Commit 9cadd6bd by Jonathan Wakely Committed by Jonathan Wakely

Fix typo in effective-target check

	* testsuite/lib/libstdc++.exp (check_v3_target_parallel_mode): Fix
	typo.

From-SVN: r270259
parent 6fe6bd7c
2019-04-10 Jonathan Wakely <jwakely@redhat.com>
* testsuite/lib/libstdc++.exp (check_v3_target_parallel_mode): Fix
typo.
PR libstdc++/89851
* testsuite/20_util/variant/89851.cc: New test.
......
......@@ -1048,7 +1048,7 @@ proc check_v3_target_parallel_mode { } {
global v3-libgomp
# If 'make check-parallel' is running the test succeeds.
if { ${v3-libgomp} == 1 && [regexp "libgomp" $cxxflags] } {
return1 1
return 1
}
return 0
}]
......
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