Update the comment in generated tests
Change-Id: I01b5b4a5b8d29aa47bb7e5336cba9de84da20c7d
diff --git a/tools/create_art_tests.py b/tools/create_art_tests.py
index 54de423..feb36a2 100755
--- a/tools/create_art_tests.py
+++ b/tools/create_art_tests.py
@@ -42,7 +42,7 @@
@Test
public void run$testClassName() throws Throwable {
// For testing with other Art VMs than the default pass the VM version as a argument to
- // runArtTest, e.g. runArtTest(ToolHelper.ART_4_4_4).
+ // runArtTest, e.g. runArtTest(DexVm.ART_4_4_4_HOST, CompilerUnderTest.$compilerUnderTestEnum).
runArtTest(CompilerUnderTest.$compilerUnderTestEnum);
}
}