diff options
author | 2011-06-02 17:20:21 +0800 | |
---|---|---|
committer | 2011-06-02 14:41:14 +0300 | |
commit | e34dbb92557c29135a79d6ec65f8785670a40104 (patch) | |
tree | 9786a48efba75de12a40b01c4d2d2db8faad4c9a /test/walker_test.cpp | |
parent | Builtin: support eval built-in (diff) | |
download | libbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.gz libbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.bz2 libbash-e34dbb92557c29135a79d6ec65f8785670a40104.zip |
Coding standard: git log for author information
The author information can be found from git so just refer people
from that.
Diffstat (limited to 'test/walker_test.cpp')
-rw-r--r-- | test/walker_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/walker_test.cpp b/test/walker_test.cpp index 41a4fc4..bfdba83 100644 --- a/test/walker_test.cpp +++ b/test/walker_test.cpp @@ -18,7 +18,6 @@ */ /// /// \file lib_test.cpp -/// \author Mu Qiao /// \brief series of unit tests for generated walker. /// |