File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ cfg_if::cfg_if! {
65
65
// - os=none ("bare metal" targets)
66
66
// - os=uefi
67
67
// - nvptx64-nvidia-cuda
68
- // - avr-unknown-unknown
68
+ // - arch= avr
69
69
#[ path = "dummy.rs" ]
70
70
mod real_imp;
71
71
}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ fn main() {
83
83
// - os=none ("bare metal" targets)
84
84
// - mipsel-sony-psp
85
85
// - nvptx64-nvidia-cuda
86
- // - avr-unknown-unknown
86
+ // - arch= avr
87
87
// - tvos (aarch64-apple-tvos, x86_64-apple-tvos)
88
88
// - uefi (x86_64-unknown-uefi, i686-unknown-uefi)
89
89
// - JSON targets
Original file line number Diff line number Diff line change 1
- // compile-flags: -O --target=avr-unknown-unknown --crate-type=rlib
1
+ // compile-flags: -O --target=avr-unknown-gnu-atmega328 --crate-type=rlib
2
2
// needs-llvm-components: avr
3
3
4
4
// This test validates that function pointers can be stored in global variables
You can’t perform that action at this time.
0 commit comments