We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc95785 commit 55febdbCopy full SHA for 55febdb
tool/jt.rb
@@ -1225,13 +1225,13 @@ def retag(*args)
1225
unless actual == expected
1226
abort <<~EOS
1227
C extension #{dir} didn't work as expected
1228
-
+
1229
Actual:
1230
#{actual}
1231
1232
Expected:
1233
#{expected}
1234
1235
Diff:
1236
#{diff(expected_file, output_file)}
1237
EOS
0 commit comments