Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cuda_core/tests/system/test_system_system.py
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0

Expand DownExpand Up@@ -101,4 +101,3 @@ def test_get_driver_branch():
driver_branch = system.get_driver_branch()
assert isinstance(driver_branch, str)
assert len(driver_branch) > 0
assert driver_branch[0] == "r"
Loading