blob: f0cdd202ac503938b4b8d8db677fe3a91d2331a3 [file] [log] [blame]
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
main.dart.patch: |
// Test that that isolate support works
main(arguments) { print(
<<<< "Hello, Isolated World!"
'Hello, Isolated World!'
==== "[]"
arguments
>>>>
); }