Description
Issue by collinjackson
Wednesday Aug 12, 2015 at 21:03 GMT
Originally opened as https://github.com/flutter/engine/issues/580
jackson-macpro:playfair jackson$ dart --version
Dart VM version: 1.11.0-dev.3.0 (Thu May 28 03:42:12 2015) on "macos_x64"
jackson-macpro:playfair jackson$ pub run test test/playfair_test.dart
Wrong script snapshot version, expected '146df3da808a6da22679d25262d18cfb' found '6ab2a2a1aedc6faea804a9c1850edf4b'
00:00 +0 -1: loading test/playfair_test.dart
Failed to load "test/playfair_test.dart":
The built-in library 'dart:sky' is not available on the stand-alone VM.
'package:playfair/playfair.dart': error: line 7 pos 1: library handler failed
import 'dart:sky' as sky;
^
00:00 +0 -1: Some tests failed.
If we included the Sky shell executable in the Sky package we could run these tests.