diff options
author | Kevin Newton <[email protected]> | 2024-05-16 11:11:42 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-05-16 12:28:51 -0400 |
commit | 07241dfac8b64c16c0fc35da55fdb7da8a10dfe4 (patch) | |
tree | 4bd5b458a99de53bec82c43f7af29b597eb33e7c | |
parent | 7eb45a40fdc8d3e077089b13cef90f2d350509e1 (diff) |
[PRISM] Enable TestParse#test_question
-rw-r--r-- | test/.excludes-prism/TestParse.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index cf5f1a8735..ba718d063c 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -1,4 +1,3 @@ -exclude(:test_question, "error message format") exclude(:test_string, "error message format") exclude(:test_truncated_source_line, "truncate error message") exclude(:test_void_value_in_rhs, "missing raising error for some void value expressions") |