OSDN Git Service

Fix test to return expected value.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 27 Apr 2016 12:43:48 +0000 (13:43 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 27 Apr 2016 12:43:48 +0000 (13:43 +0100)
bug:28335959
Change-Id: Id4b3fc7b3ea5705530283daffedef17ab0699ae9

test/570-checker-osr/src/Main.java

index 11a6fd4..15c232d 100644 (file)
@@ -192,7 +192,7 @@ public class Main {
     // If we are running in non-JIT mode, or were unlucky enough to get this method
     // already JITted, just return the expected value.
     if (!isInInterpreter("$noinline$inlineCache3")) {
-      return SubMain.class;
+      return null;
     }
 
     ensureHasProfilingInfo("$noinline$inlineCache3");