diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-08-26 11:25:10 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-08-26 12:15:47 +0900 |
| commit | 098a3cfaa7afe40e023e589c92124bac18e207c3 (patch) | |
| tree | cbb5b2d235dac7d03c1d3f8fade40cbe211dd580 | |
| parent | 1cbee173bef4ce8dfb779e367b75a05f9777cea6 (diff) | |
Fixed typo
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6287
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1431,7 +1431,7 @@ SYNTAX_SUGGEST_SPECS = test-syntax-suggest: $(TEST_RUNNABLE)-test-syntax-suggest yes-test-syntax-suggest: yes-test-syntax-suggest-prepare $(XRUBY) -C $(srcdir) -Ispec/syntax_suggest .bundle/bin/rspec \ - --require spec_helper $(RSPECOPTS) spec/syntax_suggest/$(SYNTAX-SUGGEST_SPECS) + --require spec_helper $(RSPECOPTS) spec/syntax_suggest/$(SYNTAX_SUGGEST_SPECS) no-test-syntax-suggest: test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck |
