Skip to content

Commit db78cba

Browse files
authored
Fix cuda testing (#1343)
Fix feature name
1 parent 1881acb commit db78cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/cc-test/tests/all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn opt_linkage() {
5757
}
5858
}
5959

60-
#[cfg(feature = "cuda")]
60+
#[cfg(feature = "test_cuda")]
6161
#[test]
6262
fn cuda_here() {
6363
extern "C" {

0 commit comments

Comments
 (0)