about summary refs log tree commit diff stats
path: root/032array.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 /032array.cc
parent56e74341fa8e9324b77f435e62b6e249e4e5646c (diff)
downloadmu-051c47384e34b2e2e077cc3665bba7e95b1a562d.tar.gz
1962
Standardize test names.
Diffstat (limited to '032array.cc')
-rw-r--r--032array.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/032array.cc b/032array.cc
index ab519477..7220e0f0 100644
--- a/032array.cc
+++ b/032array.cc
@@ -141,7 +141,7 @@ recipe main [
 ]
 +warn: main: invalid index 4
 
-:(scenario index_out_of_bounds2)
+:(scenario index_out_of_bounds_2)
 % Hide_warnings = true;
 recipe main [
   1:number <- copy 3  # 3 points
@@ -216,7 +216,7 @@ recipe main [
 ]
 +warn: main: invalid index 4
 
-:(scenario index_address_out_of_bounds2)
+:(scenario index_address_out_of_bounds_2)
 % Hide_warnings = true;
 recipe main [
   1:number <- copy 3  # 3 points