[fine] Empty blocks generate nothing

This commit is contained in:
John Doty 2024-01-06 11:00:31 -08:00
parent 8835d9eaf2
commit 56e4be9a5b
3 changed files with 18 additions and 5 deletions

View file

@ -16,7 +16,7 @@ fn rebase_concrete(source_path: &str, dump: &str) {
result.push_str(line);
result.push_str("\n");
if line == "// concrete:" {
if line == "// @concrete:" {
found_concrete_section = true;
break;
}