We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a65ad commit 80e5825Copy full SHA for 80e5825
test/framework/toolchain.py
@@ -988,7 +988,7 @@ def test_search_path_cpp_headers(self):
988
f"Variable {env_var} required by search-path-cpp-headers toolchain option '{tc_opt}' "
989
"not found in toolchain environment"
990
)
991
- self.assertIn(env_var, [*tc.variables], assert_fail_msg)
+ self.assertIn(env_var, tc.variables, assert_fail_msg)
992
self.modtool.purge()
993
# test wrong toolchain option
994
tc = self.get_toolchain("foss", version="2018a")
0 commit comments