tests: updated nitg expected result with new options
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 4 Mar 2013 21:08:38 +0000 (16:08 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 4 Mar 2013 21:08:38 +0000 (16:08 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

tests/sav/nitg.res

index 55cd3f1..45959cb 100644 (file)
@@ -29,6 +29,6 @@
   --bm-typing                 Colorize items incrementaly, used to simulate binary matrix typing
   --phmod-typing              Replace coloration by perfect hashing (with mod operator)
   --phand-typing              Replace coloration by perfect hashing (with and operator)
-  --generic-resolution-tree   Use tree representation for live generic types instead of flattened representation
+  --tables-metrics            Enable static size measuring of tables used for vft, typing and resolution
   --erasure                   Erase generic types
   --no-check-erasure-cast     Disable implicit casts on unsafe return with erasure-typing policy (dangerous)