Skip to content

Commit

Permalink
Fixes dart-lang#2572. Fix roll failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Mar 15, 2024
1 parent 5c18c22 commit 07588f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// SharedOptions=--enable-experiment=macros

import 'applying_augmentation_library_A02_t01_lib.dart';

// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// [analyzer] unspecified
// [cfe] unspecified
main() {
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@
// SharedOptions=--enable-experiment=macros

library augment 'applying_augmentation_library_A02_t01.dart';
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// [analyzer] unspecified
// [cfe] unspecified

0 comments on commit 07588f9

Please sign in to comment.