about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-09 12:26:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-09 12:26:31 -0700
commit051c47384e34b2e2e077cc3665bba7e95b1a562d (patch)
treee3ef7c48c54ba2b10a5c86d7c06843118f84779a /011load.cc
parent56e74341fa8e9324b77f435e62b6e249e4e5646c (diff)
downloadmu-051c47384e34b2e2e077cc3665bba7e95b1a562d.tar.gz
1962
Standardize test names.
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/011load.cc b/011load.cc
index 34d6c457..5f172aae 100644
--- a/011load.cc
+++ b/011load.cc
@@ -260,7 +260,7 @@ recipe main [
 +parse:   ingredient: {name: "23", properties: ["23": "literal"]}
 +parse:   product: {name: "1", properties: ["1": "number"]}
 
-:(scenario parse_comment_amongst_instruction2)
+:(scenario parse_comment_amongst_instruction_2)
 recipe main [
   # comment
   1:number <- copy 23
@@ -270,7 +270,7 @@ recipe main [
 +parse:   ingredient: {name: "23", properties: ["23": "literal"]}
 +parse:   product: {name: "1", properties: ["1": "number"]}
 
-:(scenario parse_comment_amongst_instruction3)
+:(scenario parse_comment_amongst_instruction_3)
 recipe main [
   1:number <- copy 23
   # comment