multi-test for invalid double

See comment in https://codereview.chromium.org/3002493002/

R=ahe@google.com

Review-Url: https://codereview.chromium.org/2995943002 .
This commit is contained in:
danrubel 2017-08-20 13:36:37 -04:00
parent 386eb10b3d
commit 8df4a4afc2

View file

@ -0,0 +1,11 @@
// 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 file.
// Test an invalid double format
main() {
3457e //# 01: compile-time error
;
}