diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-05-13 21:25:22 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-06-19 18:17:25 +0900 |
commit | 1a2546c2be839baa7d0a50dc056d4d6987d26852 (patch) | |
tree | 19fef5d8b8d96452a51ab68e8093ea895192ca27 /test/racc/regress/README.txt | |
parent | cbe06cd3501fdadd0e6e63094da2973484d70b0b (diff) | |
download | ruby-1a2546c2be839baa7d0a50dc056d4d6987d26852.tar.gz |
Backport racc-1.4.15 from upstream.
Diffstat (limited to 'test/racc/regress/README.txt')
-rw-r--r-- | test/racc/regress/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/racc/regress/README.txt b/test/racc/regress/README.txt new file mode 100644 index 0000000000..dcab73260d --- /dev/null +++ b/test/racc/regress/README.txt @@ -0,0 +1,7 @@ +These files are "known-good" compiler output, generated from a stable version of +Racc. Whenever Racc is refactored, or changes are made which should not affect the +compiler output, running "rake test" checks that the compiler output is exactly +the same as these files. + +If a change is made which *should* change the compiler output, these files will +have to be regenerated from the source in test/assets, and the results committed. |