OSDN Git Service

Use the right bug number. Spotted by vmarko.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 19 Jun 2015 09:05:50 +0000 (10:05 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 19 Jun 2015 09:11:58 +0000 (10:11 +0100)
bug:21863767

Change-Id: I203072188c0c97b2d6709e1a59555b45fc5a0ab2

test/800-smali/expected.txt
test/800-smali/smali/b_21863767.smali [moved from test/800-smali/smali/b_21865464.smali with 97% similarity]
test/800-smali/src/Main.java

index 3c6506b..7be78b7 100644 (file)
@@ -17,6 +17,6 @@ MoveExceptionOnEntry
 EmptySparseSwitch
 b/20224106
 b/17410612
-b/21865464
+b/21863767
 b/21873167
 Done!
similarity index 97%
rename from test/800-smali/smali/b_21865464.smali
rename to test/800-smali/smali/b_21863767.smali
index df56a54..9b33bc3 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-.class public LB21865464;
+.class public LB21863767;
 
 .super Ljava/lang/Object;
 
index d1c275c..2180186 100644 (file)
@@ -83,7 +83,7 @@ public class Main {
                 0));
         testCases.add(new TestCase("b/17410612", "B17410612", "run", null, new VerifyError(),
                 0));
-        testCases.add(new TestCase("b/21865464", "B21865464", "run", null, null,
+        testCases.add(new TestCase("b/21863767", "B21863767", "run", null, null,
                 null));
         testCases.add(new TestCase("b/21873167", "B21873167", "test", null, null, null));
     }