| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameLocalVariableProcessorTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameLocalVariableProcessorTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameLocalVariableProcessorTest.java
|
| index 42ca5ec09d5c0a16128b6ebfa08c04df8d7e0bad..c1019e79b683853a239c2a6ca692ca54c2cc8995 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameLocalVariableProcessorTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/RenameLocalVariableProcessorTest.java
|
| @@ -274,7 +274,7 @@ public final class RenameLocalVariableProcessorTest extends RefactoringTest {
|
| "}");
|
| }
|
|
|
| - public void test_OK_parameter_updateIdentifierInComment() throws Exception {
|
| + public void test_OK_parameter_updateInComment() throws Exception {
|
| setTestUnitContent(
|
| "// filler filler filler filler filler filler filler filler filler filler",
|
| "/** Describe [test] here */",
|
|
|