OSDN Git Service

Fix test failure due to wrong runtime arguments.
authorAlex Light <allight@google.com>
Wed, 28 Oct 2015 16:13:20 +0000 (09:13 -0700)
committerAlex Light <allight@google.com>
Wed, 28 Oct 2015 16:14:47 +0000 (09:14 -0700)
Change-Id: Idf8888aaef1d01123e1097c8108cb23fb1fdb945

test/etc/run-test-jar

index 280b4bc..18867fd 100755 (executable)
@@ -214,7 +214,7 @@ done
 
 if [ "$USE_JVM" = "n" ]; then
     for feature in ${EXPERIMENTAL}; do
-        FLAGS="${FLAGS} -Xexperimental:${feature}"
+        FLAGS="${FLAGS} -Xexperimental:${feature} -Xcompiler-option --runtime-arg -Xcompiler-option -Xexperimental:${feature}"
         COMPILE_FLAGS="${COMPILE_FLAGS} --runtime-arg -Xexperimental:${feature}"
     done
 fi