Skip to content

Commit ebbe1b4

Browse files
committed
[NFC] Pass missing ExtensionMacros flag to compiler_plugin_basic.swift
(cherry picked from commit 9d1a869)
1 parent c2c93ad commit ebbe1b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lit_tests/compiler_plugin_basic.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55
// RUN: %swift-frontend -typecheck -verify -swift-version 5 \
66
// RUN: -enable-experimental-feature CodeItemMacros \
7+
// RUN: -enable-experimental-feature ExtensionMacros \
78
// RUN: -dump-macro-expansions \
89
// RUN: -load-plugin-executable %examples_bin_path/ExamplePlugin#ExamplePlugin \
910
// RUN: -parse-as-library \
@@ -34,7 +35,7 @@ macro MemberDeprecated() = #externalMacro(module: "ExamplePlugin", type: "Member
3435
macro Equatable() = #externalMacro(module: "ExamplePlugin", type: "EquatableConformanceMacro")
3536

3637
@attached(extension, conformances: Sendable)
37-
macro AddSendbale() = #externalMacro(module: "ExamplePlugin", type: "SendableExtensionMacro")
38+
macro AddSendable() = #externalMacro(module: "ExamplePlugin", type: "SendableExtensionMacro")
3839

3940
@attached(accessor)
4041
macro DidSetPrint() = #externalMacro(module: "ExamplePlugin", type: "DidSetPrintMacro")

0 commit comments

Comments
 (0)