Chromium Code Reviews| Index: tests/standalone/http_launch_data/packages/simple/simple.dart |
| diff --git a/tests/standalone/http_launch_data/packages/simple/simple.dart b/tests/standalone/http_launch_data/packages/simple/simple.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..91cd434bf892c54dd1ff2e164cf135453614dab7 |
| --- /dev/null |
| +++ b/tests/standalone/http_launch_data/packages/simple/simple.dart |
| @@ -0,0 +1,3 @@ |
| +library simple; |
|
siva
2013/05/31 20:36:29
Missing copyright stuff.
Cutch
2013/05/31 22:37:19
Done.
|
| + |
| +String getSimpleString() => 'hello'; |