diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-25 15:31:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-25 15:31:04 -0300 |
commit | aa4c5cf190f77ab2730af5e21cfd2b830ff329df (patch) | |
tree | f78ecc3378989cd68cb4eaae67fb27dabb85f247 /testes/constructs.lua | |
parent | b47f2cd068fb14a27d3da6fb3d08305b7d7b354d (diff) | |
download | lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.tar.gz lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.tar.bz2 lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.zip |
Added directory to test file names in '$Id:'
From the point of view of 'git', all names are relative to the root
directory of the project. So, file names in '$Id:' also should be
relative to that directory: the proper name for test file 'all.lua'
is 'testes/all.lua'.
Diffstat (limited to 'testes/constructs.lua')
-rw-r--r-- | testes/constructs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/constructs.lua b/testes/constructs.lua index 7796c46f..a83df79e 100644 --- a/testes/constructs.lua +++ b/testes/constructs.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: constructs.lua,v 1.43 2018/02/21 17:41:07 roberto Exp $ | 1 | -- $Id: testes/constructs.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | ;;print "testing syntax";; | 4 | ;;print "testing syntax";; |