Skip to content

Commit

Permalink
Fixes #2572. Fix roll failures (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Mar 15, 2024
1 parent 5c18c22 commit 2064db7
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 2064db7

Please sign in to comment.