about summary refs log tree commit diff stats
path: root/030container.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 /030container.cc
parent56e74341fa8e9324b77f435e62b6e249e4e5646c (diff)
downloadmu-051c47384e34b2e2e077cc3665bba7e95b1a562d.tar.gz
1962
Standardize test names.
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/030container.cc b/030container.cc
index d53786c4..f7fe8e3a 100644
--- a/030container.cc
+++ b/030container.cc
@@ -72,7 +72,7 @@ recipe main [
 ]
 +mem: storing 1 in location 7
 
-:(scenario compare_multiple_locations2)
+:(scenario compare_multiple_locations_2)
 recipe main [
   1:number <- copy 34  # first
   2:number <- copy 35
@@ -183,7 +183,7 @@ recipe main [
 ]
 +warn: main: invalid offset 2 for point-number
 
-:(scenario get_out_of_bounds2)
+:(scenario get_out_of_bounds_2)
 % Hide_warnings = true;
 recipe main [
   12:number <- copy 34
@@ -240,7 +240,7 @@ recipe main [
 ]
 +warn: invalid offset 2 for point-number
 
-:(scenario get_address_out_of_bounds2)
+:(scenario get_address_out_of_bounds_2)
 % Hide_warnings = true;
 recipe main [
   12:number <- copy 34