Skip to content

Commit fdfd4c7

Browse files
Tomasvrbabenma
authored andcommitted
tests: fix license header syntax in test files
1 parent b8e1bda commit fdfd4c7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/test_btc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![cfg(feature = "simulator")]
21
// SPDX-License-Identifier: Apache-2.0
32

3+
#![cfg(feature = "simulator")]
44
// Simulators only run on linux/amd64.
55
#![cfg(all(target_os = "linux", target_arch = "x86_64"))]
66

tests/test_btc_psbt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![cfg(feature = "simulator")]
21
// SPDX-License-Identifier: Apache-2.0
32

3+
#![cfg(feature = "simulator")]
44
// Simulators only run on linux/amd64.
55
#![cfg(all(target_os = "linux", target_arch = "x86_64"))]
66

tests/test_cardano.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![cfg(feature = "simulator")]
21
// SPDX-License-Identifier: Apache-2.0
32

3+
#![cfg(feature = "simulator")]
44
// Simulators only run on linux/amd64.
55
#![cfg(all(target_os = "linux", target_arch = "x86_64"))]
66

tests/test_device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![cfg(feature = "simulator")]
21
// SPDX-License-Identifier: Apache-2.0
32

3+
#![cfg(feature = "simulator")]
44
// Simulators only run on linux/amd64.
55
#![cfg(all(target_os = "linux", target_arch = "x86_64"))]
66

tests/test_eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![cfg(feature = "simulator")]
21
// SPDX-License-Identifier: Apache-2.0
32

3+
#![cfg(feature = "simulator")]
44
// Simulators only run on linux/amd64.
55
#![cfg(all(target_os = "linux", target_arch = "x86_64"))]
66

0 commit comments

Comments
 (0)