Skip to content

Commit 068f545

Browse files
committed
fix typo
1 parent 457dc08 commit 068f545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke_test/smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def smoke_test_cuda(package: str, runtime_error_check: str) -> None:
132132
if (sys.platform == "linux" or sys.platform == "linux2") and sys.version_info < (3, 11, 0):
133133
smoke_test_compile()
134134

135-
if(runtime_error_check == "enabled")
135+
if(runtime_error_check == "enabled"):
136136
test_cuda_runtime_errors_captured()
137137

138138

0 commit comments

Comments
 (0)