blob: c4ddb347cf10af6576ea51118637a5c46649e9a5 [file] [log] [blame]
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.debug;
import org.junit.rules.TemporaryFolder;
interface DelayedDebugTestConfig {
DebugTestConfig getConfig(TemporaryFolder temp);
}