From 78e504f21d3148b7b6fa78ea70d10426170f4112 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Mon, 20 May 2024 11:36:15 -0400 Subject: [PATCH] [PRISM] Enable TestPrism#test_truncated_source_line --- test/.excludes-prism/TestParse.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/.excludes-prism/TestParse.rb b/test/.excludes-prism/TestParse.rb index 513a7ed942..f0b7118624 100644 --- a/test/.excludes-prism/TestParse.rb +++ b/test/.excludes-prism/TestParse.rb @@ -1,2 +1 @@ -exclude(:test_truncated_source_line, "truncate error message") exclude(:test_void_value_in_rhs, "missing raising error for some void value expressions")