| Index: pkg/front_end/test/scanner_roundtrip_test.dart
|
| diff --git a/pkg/front_end/test/scanner_roundtrip_test.dart b/pkg/front_end/test/scanner_roundtrip_test.dart
|
| index b598481b02c37ffa45f7cdf979fa3f3cae93319d..6acb2c30f1db0dac24821d08435fb4d31c0d7837 100644
|
| --- a/pkg/front_end/test/scanner_roundtrip_test.dart
|
| +++ b/pkg/front_end/test/scanner_roundtrip_test.dart
|
| @@ -74,27 +74,6 @@ class ScannerTest_RoundTrip extends ScannerTest {
|
| super.test_comment_generic_method_type_list();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_scriptTag_withArgs() {
|
| - // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
|
| - super.test_scriptTag_withArgs();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_scriptTag_withoutSpace() {
|
| - // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
|
| - super.test_scriptTag_withoutSpace();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_scriptTag_withSpace() {
|
| - // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
|
| - super.test_scriptTag_withSpace();
|
| - }
|
| -
|
| void test_pseudo_keywords() {
|
| var pseudoAnalyzerKeywords = new Set<Keyword>.from([
|
| Keyword.ABSTRACT,
|
|
|