Skip to content

Commit

Permalink
remove option
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Jan 6, 2025
1 parent dfe194f commit b41d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda_core/tests/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_program_with_various_options(init_cuda):
ProgramOptions(no_display_error_number=True),
ProgramOptions(diag_error="1234", diag_suppress="1234"),
ProgramOptions(diag_warn="1000"),
ProgramOptions(time="compile_time.csv", split_compile=4),
ProgramOptions(split_compile=4),
ProgramOptions(fdevice_syntax_only=True, minimal=True),
]

Expand Down

0 comments on commit b41d119

Please sign in to comment.