| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/SimpleParserTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/SimpleParserTest.java (revision 24589)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/SimpleParserTest.java (working copy)
|
| @@ -372,8 +372,10 @@
|
| }
|
|
|
| public void test_parseArgumentDefinitionTest() throws Exception {
|
| - ArgumentDefinitionTest test = parse("parseArgumentDefinitionTest", "?x"/*,
|
| - ParserErrorCode.DEPRECATED_ARGUMENT_DEFINITION_TEST*/);
|
| + ArgumentDefinitionTest test = parse(
|
| + "parseArgumentDefinitionTest",
|
| + "?x",
|
| + ParserErrorCode.DEPRECATED_ARGUMENT_DEFINITION_TEST);
|
| assertNotNull(test.getQuestion());
|
| assertNotNull(test.getIdentifier());
|
| }
|
|
|