diff truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTestSuite.java @ 22023:fee42ec8c59b

made SLTestRunner (maybe) find test classes when Truffle is not the primary suite
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Jul 2015 15:56:56 +0200
parents 9c8c0937da41
children 854e52a0869c
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTestSuite.java	Tue Jul 21 01:15:01 2015 +0200
+++ b/truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTestSuite.java	Tue Jul 21 15:56:56 2015 +0200
@@ -29,7 +29,7 @@
 public @interface SLTestSuite {
 
     /**
-     * Defines the base path of the test suite. Multiple base pathes can be specified. However only
+     * Defines the base path of the test suite. Multiple base paths can be specified. However only
      * the first base that exists is used to lookup the test cases.
      */
     String[] value();