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

Unified Diff: test/frontend/expect_async_test.dart

Issue 1295653003: Make source maps work in the browser. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 4 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/frontend/expect_async_test.dart
diff --git a/test/frontend/expect_async_test.dart b/test/frontend/expect_async_test.dart
index 2c118f8efabf25e2311b3afbe936598ca5ecd927..0547f12aa927fa880c8bc374bd1750492a981ab4 100644
--- a/test/frontend/expect_async_test.dart
+++ b/test/frontend/expect_async_test.dart
@@ -13,6 +13,7 @@ void main() {
group("supports a function with this many arguments:", () {
test("0", () async {
var callbackRun = false;
+ throw 'dang toots';
kevmoo 2015/08/13 22:44:30 Qua?
nweiz 2015/08/13 22:46:20 Oops, testing thing. Removed.
var liveTest = await runTestBody(() {
expectAsync(() {
callbackRun = true;
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698