Skip to content

Commit c120c5a

Browse files
[test] Guard AVR test with CODEGENERATOR=AVR
This test is only relevant for the AVR target, so it should be guarded with the CODEGENERATOR=AVR condition to avoid running it when the target is not enabled in llvm-targets-to-build.
1 parent 3eb9ad4 commit c120c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/embedded/avr/testStdlibFunctioning.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %swift-frontend -typecheck %s -target avr-none-none-elf \
22
// RUN: -wmo -enable-experimental-feature Embedded
33
// REQUIRES: embedded_stdlib_cross_compiling
4+
// REQUIRES: CODEGENERATOR=AVR
45

56
import Swift
67

0 commit comments

Comments
 (0)