From 2b936811a58e66f39e263d42447e57fe13bff97d Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 7 Feb 2017 16:03:57 -0800 Subject: ART: Change test 121-modifiers to use smali Jack/Jill aren't very happy with broken input. Bug: 19561685 Test: m test-art-host-run-test-121-modifiers Test: art/test/run-test --host --jvm 121-modifiers Change-Id: Iedd825f379a15e78ad1233af43350fd9d2d77889 --- test/121-modifiers/src-java/Inf.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/121-modifiers/src-java/Inf.java (limited to 'test/121-modifiers/src-java/Inf.java') diff --git a/test/121-modifiers/src-java/Inf.java b/test/121-modifiers/src-java/Inf.java new file mode 100644 index 0000000000..1dadae0e47 --- /dev/null +++ b/test/121-modifiers/src-java/Inf.java @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2014 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +public interface Inf { + + public final int I = 0; + +} \ No newline at end of file -- cgit v1.2.3-59-g8ed1b