You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2016/08/12 11:35:09 UTC

groovy git commit: remove duplicated tests

Repository: groovy
Updated Branches:
  refs/heads/master 02ffc25e4 -> 04688783e


remove duplicated tests


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/04688783
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/04688783
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/04688783

Branch: refs/heads/master
Commit: 04688783e0d54a624e9672e5f320e01c059c00a5
Parents: 02ffc25
Author: paulk <pa...@asert.com.au>
Authored: Fri Aug 12 21:34:57 2016 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Fri Aug 12 21:34:57 2016 +1000

----------------------------------------------------------------------
 .../classgen/asm/sc/StaticCompileCastOptimizationTest.groovy     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/04688783/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileCastOptimizationTest.groovy
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileCastOptimizationTest.groovy b/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileCastOptimizationTest.groovy
index bc4167a..85e0e63 100644
--- a/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileCastOptimizationTest.groovy
+++ b/src/test/org/codehaus/groovy/classgen/asm/sc/StaticCompileCastOptimizationTest.groovy
@@ -18,14 +18,14 @@
  */
 package org.codehaus.groovy.classgen.asm.sc
 
-import groovy.transform.stc.DefaultGroovyMethodsSTCTest
+import groovy.transform.stc.StaticTypeCheckingTestCase
 
 /**
  * Unit tests for static compilation: DGM method calls.
  *
  * @author Cedric Champeau
  */
-class StaticCompileCastOptimizationTest extends DefaultGroovyMethodsSTCTest implements StaticCompilationTestSupport {
+class StaticCompileCastOptimizationTest extends StaticTypeCheckingTestCase implements StaticCompilationTestSupport {
 
     void testShouldOptimizeAsTypeToSimpleCast() {
         try {