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

Side by Side Diff: sky/tests/raw/bogus_import.dart

Issue 1193713002: Demonstrate that we don't crash on a bogus import (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | sky/tests/raw/bogus_import-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import 'dart:bogus';
2
3 import '../resources/third_party/unittest/unittest.dart';
4 import '../resources/unit.dart';
5
6 void main() {
7 initUnit();
8
9 test("shouldn't crash on a bogus import (see line 1)", () { });
10 }
OLDNEW
« no previous file with comments | « no previous file | sky/tests/raw/bogus_import-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698