Skip to content

Commit a522732

Browse files
committed
mk/tests.mk: fix typo "srcrustllvm"
1 parent d094c9e commit a522732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ else
215215
ALL_CS := $(wildcard $(S)src/rt/*.cpp \
216216
$(S)src/rt/*/*.cpp \
217217
$(S)src/rt/*/*/*.cpp \
218-
$(S)srcrustllvm/*.cpp)
218+
$(S)src/rustllvm/*.cpp)
219219
ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
220220
$(S)src/rt/bigint/bigint_int.cpp \
221221
$(S)src/rt/miniz.cpp \
@@ -225,7 +225,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
225225
ALL_HS := $(wildcard $(S)src/rt/*.h \
226226
$(S)src/rt/*/*.h \
227227
$(S)src/rt/*/*/*.h \
228-
$(S)srcrustllvm/*.h)
228+
$(S)src/rustllvm/*.h)
229229
ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
230230
$(S)src/rt/vg/memcheck.h \
231231
$(S)src/rt/uthash/uthash.h \

0 commit comments

Comments
 (0)