| Index: pkg/front_end/test/scanner_fasta_test.dart
|
| diff --git a/pkg/front_end/test/scanner_fasta_test.dart b/pkg/front_end/test/scanner_fasta_test.dart
|
| index 14deb22c1ad05a1f7c3b4a3e0b9d46a8ceab4cdc..5b87dc3025cd0d1572f0c7b30483ce23265fb9af 100644
|
| --- a/pkg/front_end/test/scanner_fasta_test.dart
|
| +++ b/pkg/front_end/test/scanner_fasta_test.dart
|
| @@ -187,13 +187,6 @@ class ScannerTest_Fasta extends ScannerTestBase {
|
| super.test_mismatched_opener();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_scriptTag_withArgs() {
|
| - // TODO(paulberry,ahe): script tags are needed by analyzer.
|
| - super.test_scriptTag_withArgs();
|
| - }
|
| -
|
| void test_next_previous() {
|
| const source = 'int a; /*1*/ /*2*/ /*3*/ B f(){if (a < 2) {}}';
|
| fasta.Token token =
|
| @@ -213,20 +206,6 @@ class ScannerTest_Fasta extends ScannerTestBase {
|
|
|
| @override
|
| @failingTest
|
| - void test_scriptTag_withoutSpace() {
|
| - // TODO(paulberry,ahe): script tags are needed by analyzer.
|
| - super.test_scriptTag_withoutSpace();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_scriptTag_withSpace() {
|
| - // TODO(paulberry,ahe): script tags are needed by analyzer.
|
| - super.test_scriptTag_withSpace();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_string_multi_unterminated() {
|
| // TODO(paulberry,ahe): bad error recovery.
|
| super.test_string_multi_unterminated();
|
|
|