aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-10-22 14:08:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-10-22 14:08:22 -0300
commite592f94a643de0bf8d62f6c6128fe752c673f5ac (patch)
tree50a4c591601eb5aaf53014c1c3039a8e2523ca45 /ltests.c
parent6e1aec7a677a9891f2f8ca57e039d9984fdc69bc (diff)
downloadlua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.gz
lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.bz2
lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.zip
Details (mostly comments)
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 0d4ec938..bb5dad54 100644
--- a/ltests.c
+++ b/ltests.c
@@ -80,7 +80,7 @@ static int tpanic (lua_State *L) {
80 80
81 81
82/* 82/*
83** Warning function for tests. Fist, it concatenates all parts of 83** Warning function for tests. First, it concatenates all parts of
84** a warning in buffer 'buff'. Then, it has three modes: 84** a warning in buffer 'buff'. Then, it has three modes:
85** - 0.normal: messages starting with '#' are shown on standard output; 85** - 0.normal: messages starting with '#' are shown on standard output;
86** - other messages abort the tests (they represent real warning 86** - other messages abort the tests (they represent real warning