diff src/alice/test/codesegment/api/FlipCodeSegment.java @ 199:15b68b65f8a4 working

Failed api flip
author sugi
date Thu, 21 Mar 2013 16:48:26 +0900
parents f151dea22b2c
children 1fd7067f0044
line wrap: on
line diff
--- a/src/alice/test/codesegment/api/FlipCodeSegment.java	Tue Mar 19 01:25:09 2013 +0900
+++ b/src/alice/test/codesegment/api/FlipCodeSegment.java	Thu Mar 21 16:48:26 2013 +0900
@@ -13,14 +13,9 @@
 	public void run() {
 		Integer num = new Integer(0);
 		ods.put(key, num, false);
+		
 		//System.out.println("Key is " +key);
 		new FlipTest(key);
-		//for (int i = 0; i < 1000000; i++){
-		//ods.put(key, num, false);
-		//System.out.println("put");
-		//}
-		
-		
 	}
 	
 }