Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: test/codegen/language/type_hoisting_test.dart

Issue 2037503002: Fix bot, law of the excluded middle still holds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/codegen/language/type_no_hoisting_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/type_hoisting_test.dart
diff --git a/test/codegen/language/type_hoisting_test.dart b/test/codegen/language/type_hoisting_test.dart
index be10662ce1019327bbd03e084320e72025c6e299..a4004bfe7526acf3c77584690b8ef55cb94fe394 100644
--- a/test/codegen/language/type_hoisting_test.dart
+++ b/test/codegen/language/type_hoisting_test.dart
@@ -49,7 +49,6 @@ void main() {
{
C c = new C(0, 1);
Expect.isTrue(c is C);
- Expect.isTrue(c is! C);
Expect.isTrue(c.f is ToVoid<int>);
Expect.isTrue(C.g is Id<int>);
}
« no previous file with comments | « no previous file | test/codegen/language/type_no_hoisting_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698