aboutsummaryrefslogtreecommitdiff
path: root/testes/coroutine.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-10-22 15:20:07 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-10-22 15:20:07 -0300
commit6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b (patch)
tree0b5a6a766475c2fbe0222e0b6f806588dc44f4ab /testes/coroutine.lua
parent7c8146d556714508224dc3f3a68677c18ece00b7 (diff)
downloadlua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.tar.gz
lua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.tar.bz2
lua-6a4b9bb2b47a9ca564b986b27d2451e602bc2c5b.zip
Removed extra information from RCS keyword strings in tests
Version numbers and dates (mostly wrong) from RCS keyword strings removed from all test files; only the file name are kept.
Diffstat (limited to 'testes/coroutine.lua')
-rw-r--r--testes/coroutine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/coroutine.lua b/testes/coroutine.lua
index 36eae44a..7d42eadd 100644
--- a/testes/coroutine.lua
+++ b/testes/coroutine.lua
@@ -1,4 +1,4 @@
1-- $Id: testes/coroutine.lua 2018-07-25 15:31:04 -0300 $ 1-- $Id: testes/coroutine.lua $
2-- See Copyright Notice in file all.lua 2-- See Copyright Notice in file all.lua
3 3
4print "testing coroutines" 4print "testing coroutines"