diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java index 8de598f272f7536b3356dea0407cff7ace958d11..727207f906bb718157233c5f3e2c40f3e10c77c4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java @@ -91,5 +91,5 @@ public class NativeCheckFatalErrorExceptionTest extends Exception { // DEPENDENCE: jniNativeCheckFatalErrorExceptionTest.cpp // EXEC:%maple NativeCheckFatalErrorExceptionTest.java jniNativeCheckFatalErrorExceptionTest.cpp %build_option -o %n.so -// EXEC:%run %n.so NativeCheckFatalErrorExceptionTest 2>&1 %run_option | compare %f -// ASSERT: scan-full ------>CheckPoint:CcanContinue\n======>JavaMethodThrows\n \ No newline at end of file +// EXEC:%run %n.so NativeCheckFatalErrorExceptionTest %run_option | compare %f +// ASSERT: scan-full ------>CheckPoint:CcanContinue\n======>JavaMethodThrows\n diff --git a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java index 0cd9fec4f0235103f6f89dea651c0bde13bd9ea2..6edc7d455324c5977c45a3b6f2414533df14cdd0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java @@ -72,4 +72,4 @@ class Two { } // EXEC:%maple %f %build_option -o %n.so // EXEC:%run %n.so %n %run_option | compare %f -// ASSERT: scan 0\n +// ASSERT: scan-full 0\n diff --git a/test/testsuite/ouroboros/testlist b/test/testsuite/ouroboros/testlist index 214216594747019e36eed1dee4206cacc396f83e..6f36dc0c3eb72c42d8f653c938a5b9aeeab56455 100644 --- a/test/testsuite/ouroboros/testlist +++ b/test/testsuite/ouroboros/testlist @@ -17,6 +17,4 @@ memory_management/Annotation reflection_test/issue-0000-rt-Reflection-ReflectionforName2 reflection_test/RT0202-rt-reflection-AnnotationMultiThread - eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest - string_test/RT0043-rt-String-NoParamConstructorTest