summaryrefslogtreecommitdiff
path: root/test/prism/parser_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/parser_test.rb')
-rw-r--r--test/prism/parser_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/parser_test.rb b/test/prism/parser_test.rb
index d60def5a47..79b65cf75b 100644
--- a/test/prism/parser_test.rb
+++ b/test/prism/parser_test.rb
@@ -59,7 +59,6 @@ module Prism
"regex_char_width.txt",
"spanning_heredoc.txt",
"spanning_heredoc_newlines.txt",
- "tilde_heredocs.txt",
"unescaping.txt"
]
@@ -76,6 +75,7 @@ module Prism
"indented_file_end.txt",
"methods.txt",
"strings.txt",
+ "tilde_heredocs.txt",
"xstring_with_backslash.txt"
]