mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-21 00:39:37 +00:00
Fix a cut-and-paste error. Only run these tests in trailing
Estimated hours taken: 0 Branches: main test/trailing/Mmakefile: Fix a cut-and-paste error. Only run these tests in trailing grades, not the other way around.
This commit is contained in:
@@ -4,7 +4,7 @@ THIS_DIR = trailing
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
ifneq "$(filter tr%,$(GRADE))" ""
|
||||
ifeq "$(findstring tr,$(GRADE))" ""
|
||||
TRAIL_PROGS =
|
||||
else
|
||||
TRAIL_PROGS = \
|
||||
|
||||
Reference in New Issue
Block a user