Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTests.java

Issue 8451002: Tweak shouldWarnOnNoSuchType() usage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTests.java b/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTests.java
deleted file mode 100644
index 02af9607db7f5379977dba724ff047556c7bd3f2..0000000000000000000000000000000000000000
--- a/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTests.java
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2011, 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.
-
-package com.google.dart.compiler.end2end;
-
-import junit.extensions.TestSetup;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class NonStrictResolutionTests extends TestSetup {
-
- public NonStrictResolutionTests(TestSuite test) {
- super(test);
- }
-
- public static Test suite() {
- TestSuite suite = new TestSuite("Dart Non-Strict Resolution end-to-end test suite.");
- suite.addTestSuite(NonStrictResolutionTest.class);
- return new NonStrictResolutionTests(suite);
- }
-}

Powered by Google App Engine
This is Rietveld 408576698