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 35b3456 commit 18d92a4Copy full SHA for 18d92a4
behavior_tests/src/ngt-invalid-json7/do_test.py
@@ -32,7 +32,7 @@ def migrate_test():
32
f.writelines(ret)
33
34
call_subprocess(test_config.CT_TOOL + ' -p=./ --cuda-include-path=' + test_config.include_path)
35
- return is_sub_string("Unknown key: \"\"output\"\"", test_config.command_output)
+ return not is_sub_string("Unknown key: \"\"output\"\"", test_config.command_output)
36
37
def build_test():
38
return True
0 commit comments