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 a94cdf0 commit 0b679e2Copy full SHA for 0b679e2
test/case.rb
@@ -90,8 +90,7 @@ def assert_output_unchanged(asset)
90
actual = File.read("#{@TAB_DIR}/#{file}")
91
result = (strip_version(expected) == strip_version(actual))
92
93
- assert(result, "Output of test/assets/#{file}.y differed from " \
94
- "expectation. Try compiling it and diff with test/regress/#{file}.")
+ assert(result, proc {`diff -u #{REGRESS_DIR}/#{file} #{@TAB_DIR}/#{file}`})
95
end
96
97
def racc(*arg, **opt)
0 commit comments