(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"
|
||||
proc setup {} {
|
||||
save_env
|
||||
}; # setup()
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}; # teardown()
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
@ -1,11 +1,11 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}; # setup()
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}; # teardown()
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user