diff --git a/v2/test/custom_generator.py b/v2/test/custom_generator.py index e48ab4781..d5c633223 100644 --- a/v2/test/custom_generator.py +++ b/v2/test/custom_generator.py @@ -52,7 +52,7 @@ int main() t.write("r.rc", """ """) -t.run_build_system(status=1, stderr=None) +t.run_build_system(status=None, stderr=None) t.expect_content("bin/$toolset/debug/r.obj", "rc-object\n") t.cleanup()