summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-26 11:25:10 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-26 12:15:47 +0900
commit098a3cfaa7afe40e023e589c92124bac18e207c3 (patch)
treecbb5b2d235dac7d03c1d3f8fade40cbe211dd580
parent1cbee173bef4ce8dfb779e367b75a05f9777cea6 (diff)
Fixed typo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6287
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 77aebce312..3d3976d5d5 100644
--- a/common.mk
+++ b/common.mk
@@ -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