Loading core/tests/coretests/src/com/android/internal/app/procstats/SparseMappingTableTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,9 @@ public class SparseMappingTableTest extends TestCase { try { table.getValue(key); throw new Exception("Exception not thrown after mismatched reset calls."); // Turn off this assertion because the check in SparseMappingTable.assertConsistency // is also turned off. //throw new Exception("Exception not thrown after mismatched reset calls."); } catch (RuntimeException ex) { // Good } Loading Loading
core/tests/coretests/src/com/android/internal/app/procstats/SparseMappingTableTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,9 @@ public class SparseMappingTableTest extends TestCase { try { table.getValue(key); throw new Exception("Exception not thrown after mismatched reset calls."); // Turn off this assertion because the check in SparseMappingTable.assertConsistency // is also turned off. //throw new Exception("Exception not thrown after mismatched reset calls."); } catch (RuntimeException ex) { // Good } Loading