diff options
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 77237078f8..778e7899b3 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -496,7 +496,7 @@ class CompilerOptions final { friend class Dex2Oat; friend class DexToDexDecompilerTest; friend class CommonCompilerDriverTest; - friend class CommonCompilerTest; + friend class CommonCompilerTestImpl; friend class jit::JitCompiler; friend class verifier::VerifierDepsTest; friend class linker::Arm64RelativePatcherTest; |