diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-07 13:25:32 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-07 14:24:31 -0400 |
| commit | 2bfc48755e7fc39e1ee33181a4bd6b72aa27de48 (patch) | |
| tree | fdac5e294339eaccb5f021fcba39ddfc35cbe3bb /test | |
| parent | 21b94ae0d16d2d78035a081f0bcae06402e2c622 (diff) | |
[PRISM] Enable more passing tests
Diffstat (limited to 'test')
| -rw-r--r-- | test/.excludes-prism/TestParse.rb | 1 | ||||
| -rw-r--r-- | test/.excludes-prism/TestPatternMatching.rb | 2 | ||||
| -rw-r--r-- | test/.excludes-prism/TestRubyLiteral.rb | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 5b2fe15a61..0afe3c1312 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -4,7 +4,6 @@ exclude(:test_invalid_char, "unknown") exclude(:test_location_of_invalid_token, "unknown") exclude(:test_percent, "unknown") exclude(:test_question, "unknown") -exclude(:test_shareable_constant_value_ignored, "comment-only line warning") exclude(:test_string, "unknown") exclude(:test_truncated_source_line, "unknown") exclude(:test_unexpected_eof, "unknown") diff --git a/test/.excludes-prism/TestPatternMatching.rb b/test/.excludes-prism/TestPatternMatching.rb deleted file mode 100644 index cfd0c6bed9..0000000000 --- a/test/.excludes-prism/TestPatternMatching.rb +++ /dev/null @@ -1,2 +0,0 @@ -exclude(:test_hash_pattern, "useless literal warning missing") -exclude(:test_invalid_syntax, "[a:] is disallowed") diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb index 926f0c5a5e..0305bc2117 100644 --- a/test/.excludes-prism/TestRubyLiteral.rb +++ b/test/.excludes-prism/TestRubyLiteral.rb @@ -1,5 +1,3 @@ -exclude(:test_debug_frozen_string_in_array_literal, "unknown") -exclude(:test_debug_frozen_string, "unknown") exclude(:test_dregexp, "https://github.com/ruby/prism/issues/2664") exclude(:test_hash_value_omission, "unknown") exclude(:test_string, "https://github.com/ruby/prism/issues/2331") |
