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

Unified Diff: test/command/hello.dart

Issue 1886393003: add command test, fix relative paths (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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 | « lib/src/compiler/compiler.dart ('k') | test/command/hello.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/command/hello.dart
diff --git a/test/command/hello.dart b/test/command/hello.dart
new file mode 100644
index 0000000000000000000000000000000000000000..c5ea845b19d8bc3f65c1726aef7875c6464fc0b0
--- /dev/null
+++ b/test/command/hello.dart
@@ -0,0 +1,2 @@
+// This is compiled by ./tool/command_test.sh
+main() => print('hello!');
« no previous file with comments | « lib/src/compiler/compiler.dart ('k') | test/command/hello.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698