ruby-changes:73072
From: Hiroshi <ko1@a...>
Date: Fri, 26 Aug 2022 12:16:16 +0900 (JST)
Subject: [ruby-changes:73072] 098a3cfaa7 (master): Fixed typo
https://git.ruby-lang.org/ruby.git/commit/?id=098a3cfaa7 From 098a3cfaa7afe40e023e589c92124bac18e207c3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Fri, 26 Aug 2022 11:25:10 +0900 Subject: Fixed typo --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = https://github.com/ruby/ruby/blob/trunk/common.mk#L1431 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/