Skip to content

Commit 18d92a4

Browse files
Fix tests to allow dpct to consume output,arguments fields
Signed-off-by: Ahmed, Daiyaan <[email protected]>
1 parent 35b3456 commit 18d92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavior_tests/src/ngt-invalid-json7/do_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def migrate_test():
3232
f.writelines(ret)
3333

3434
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)
35+
return not is_sub_string("Unknown key: \"\"output\"\"", test_config.command_output)
3636

3737
def build_test():
3838
return True

0 commit comments

Comments
 (0)