blob: 8bb481142f242164cf315de7d56081a6fb28c979 [file] [log] [blame]
// Copyright (c) 2013, 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 file.
import 'package:expect/expect.dart';
import 'dart:_isolate_helper';
main() {
Expect.isFalse(IsolateNatives.isD8);
Expect.isTrue(IsolateNatives.isJsshell);
}