| Index: compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| index 2dacfb07ab924c25d8f143f3dd8f171b0c8252ac..6a49c9dcf64f4b6676040a6a2c5c94c89d911c04 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
|
| @@ -445,9 +445,7 @@ public abstract class CompilerTestCase extends TestCase {
|
| * @return the source-like {@link String} for the given {@link Type}.
|
| */
|
| protected static String getTypeSource(Type actualType) {
|
| - String source = actualType.toString();
|
| - source = StringUtils.replace(source, "<dynamic>", "Dynamic");
|
| - return source;
|
| + return actualType.toString();
|
| }
|
|
|
| /**
|
|
|