Skip to content

Commit 1ff20f1

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Rename "inv_cse_licm.dart" to "inv_cse_licm_test.dart".
Without "_test.dart" in the name, the test runner will not actually run it. Change-Id: Ia4f8d33c6b294879909b0a838971df21cae4e67b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127100 Reviewed-by: Teagan Strickland <sstrickl@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>
1 parent 7fcff7e commit 1ff20f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/language_2/inv_cse_licm.dart renamed to tests/language_2/inv_cse_licm_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// VMOptions=--deterministic--optimization_counter_threshold=10
5+
// VMOptions=--deterministic --optimization_counter_threshold=10
66

77
import 'dart:typed_data';
88
import "package:expect/expect.dart";

0 commit comments

Comments
 (0)