(testsuite) Drop ending block comments.
This commit is contained in:
parent
48027cfbe1
commit
2e95443e14
@ -32,12 +32,12 @@ generate_test_lib_completions() {
|
|||||||
cat <<EXPECT > "$path"
|
cat <<EXPECT > "$path"
|
||||||
proc setup {} {
|
proc setup {} {
|
||||||
save_env
|
save_env
|
||||||
}; # setup()
|
}
|
||||||
|
|
||||||
|
|
||||||
proc teardown {} {
|
proc teardown {} {
|
||||||
assert_env_unmodified
|
assert_env_unmodified
|
||||||
}; # teardown()
|
}
|
||||||
|
|
||||||
|
|
||||||
setup
|
setup
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
proc setup {} {
|
proc setup {} {
|
||||||
save_env
|
save_env
|
||||||
}; # setup()
|
}
|
||||||
|
|
||||||
|
|
||||||
proc teardown {} {
|
proc teardown {} {
|
||||||
assert_env_unmodified
|
assert_env_unmodified
|
||||||
}; # teardown()
|
}
|
||||||
|
|
||||||
|
|
||||||
setup
|
setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user