Skip to content

Commit

Permalink
#2119. Remove some accidental comments (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored May 13, 2024
1 parent 75e239c commit 14e8d69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// SharedOptions=--enable-experiment=macros

//import augment 'augmented_expression_A03_t04_lib.dart';
import augment 'augmented_expression_A03_t04_lib.dart';

void set augmented(String _) {}

Expand Down
2 changes: 1 addition & 1 deletion LanguageFeatures/nnbd/weak/list_length_t02.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// @issue 39777
// Requirements=nnbd-weak
//import "legacy_lib.dart";

import "dart:async";
import "../../../Utils/expect.dart";

Expand Down
5 changes: 3 additions & 2 deletions LibTest/core/double/isInfinite_A01_t03.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
// BSD-style license that can be found in the LICENSE file.

/// @assertion bool isInfinite
///
/// @description Checks that some operations with Infinity results to Infinity
/// @author msyabro
//import "../../../Utils/expect.dart";
import "../../../Utils/expect.dart";

check(double d) {
//Expect.isTrue(d.isInfinite);
Expect.isTrue(d.isInfinite);
}

main() {
Expand Down

0 comments on commit 14e8d69

Please sign in to comment.