summaryrefslogtreecommitdiff
path: root/compiler/compiler_reflection_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/compiler_reflection_test.cc')
-rw-r--r--compiler/compiler_reflection_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/compiler_reflection_test.cc b/compiler/compiler_reflection_test.cc
index d8e2b9e5b9..f3c07db136 100644
--- a/compiler/compiler_reflection_test.cc
+++ b/compiler/compiler_reflection_test.cc
@@ -29,7 +29,6 @@ namespace art HIDDEN {
class CompilerReflectionTest : public CommonCompilerTest {};
TEST_F(CompilerReflectionTest, StaticMainMethod) {
- TEST_DISABLED_FOR_RISCV64();
ScopedObjectAccess soa(Thread::Current());
jobject jclass_loader = LoadDex("Main");
StackHandleScope<1> hs(soa.Self());