diff truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLSimpleInstrumentTestSuite.java @ 22201:df6a1647cfb3

Move .sl testcases/outputs (resources) into projects src directory
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 29 Sep 2015 15:01:34 +0200
parents dc83cc1f94f2
children
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLSimpleInstrumentTestSuite.java	Fri Sep 25 16:53:27 2015 +0200
+++ b/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLSimpleInstrumentTestSuite.java	Tue Sep 29 15:01:34 2015 +0200
@@ -44,7 +44,7 @@
 import org.junit.runner.RunWith;
 
 @RunWith(SLInstrumentTestRunner.class)
-@SLInstrumentTestSuite({"truffle/com.oracle.truffle.sl.test/tests_instrumentation", "tests_instrumentation"})
+@SLInstrumentTestSuite({"tests_instrumentation"})
 public class SLSimpleInstrumentTestSuite {
 
     public static void main(String[] args) throws Exception {