Fix dart2js test

Review-Url: https://codereview.chromium.org/2756483003 .
This commit is contained in:
Zach Anderson 2017-03-15 09:49:48 -07:00
parent 338304a6c7
commit 9be35abd37

View file

@ -219,7 +219,7 @@ class _Platform {
throw new UnsupportedError("Platform._version");
}
@patch
static _ansiSupported() {
static bool _ansiSupported() {
throw new UnsupportedError("Platform._ansiSupported");
}
}