Skip to content

Commit b6f0c5b

Browse files
committed
---
yaml --- r: 35014 b: refs/heads/master c: 3634ab8 h: refs/heads/master v: v3
1 parent 06cc731 commit b6f0c5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9b723b25c736ec94112c7e5e755100e95edeb628
2+
refs/heads/master: 3634ab817ebdcb3d8fa297fbb29daed0496fb794
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/mk/tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ ALL_CS := $(filter-out $(S)src/rt/bigint/bigint_ext.cpp \
123123
$(S)src/rt/bigint/bigint_int.cpp \
124124
$(S)src/rt/miniz.cpp \
125125
$(S)src/rt/linenoise/linenoise.c \
126+
$(S)src/rt/linenoise/utf8.c \
126127
,$(ALL_CS))
127128
ALL_HS := $(wildcard $(S)src/rt/*.h \
128129
$(S)src/rt/*/*.h \
@@ -137,6 +138,7 @@ ALL_HS := $(filter-out $(S)src/rt/vg/valgrind.h \
137138
$(S)src/rt/msvc/inttypes.h \
138139
$(S)src/rt/bigint/bigint.h \
139140
$(S)src/rt/linenoise/linenoise.h \
141+
$(S)src/rt/linenoise/utf8.h \
140142
,$(ALL_HS))
141143

142144
tidy:

0 commit comments

Comments
 (0)