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

Unified Diff: sdk/lib/_internal/lib/preambles/jsshell.js

Issue 187843002: Dart2js testing: Add prefix files when running dart2js output on d8 or jsshell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use Uri, not Path Created 6 years, 10 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
Index: sdk/lib/_internal/lib/preambles/jsshell.js
diff --git a/tests/language/deferred_constraints_lib2.dart b/sdk/lib/_internal/lib/preambles/jsshell.js
similarity index 75%
copy from tests/language/deferred_constraints_lib2.dart
copy to sdk/lib/_internal/lib/preambles/jsshell.js
index 73521264727218aa0363d2671721e7532fd4412f..f24555fd54405ea0b535d771bf16d1a6cff9703b 100644
--- a/tests/language/deferred_constraints_lib2.dart
+++ b/sdk/lib/_internal/lib/preambles/jsshell.js
@@ -2,4 +2,4 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-foo () => 42;
+// Javascript preamble, that lets the output of dart2js run on JSShell.

Powered by Google App Engine
This is Rietveld 408576698