Skip to content

Commit db68cd6

Browse files
committed
[NFC] Pass missing ExtensionMacros flag to compiler_plugin_basic.swift
1 parent 3e2c782 commit db68cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lit_tests/compiler_plugin_basic.swift

Lines changed: 1 addition & 0 deletions
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 \

0 commit comments

Comments
 (0)