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

Unified Diff: test/codegen/language/type_no_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 | « test/codegen/language/type_hoisting_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/language/type_no_hoisting_test.dart
diff --git a/test/codegen/language/type_no_hoisting_test.dart b/test/codegen/language/type_no_hoisting_test.dart
index fa52f4d5b36763838c0ba3c9f116db7710441b72..8dcbb2dbd5fc4fd527468e7c95d59360f00c5e0a 100644
--- a/test/codegen/language/type_no_hoisting_test.dart
+++ b/test/codegen/language/type_no_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 | « test/codegen/language/type_hoisting_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698