The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / test-test.js @ 63a9cd38

History | View | Annotate | Download (309 Bytes)

1
node.blocking.print(__file__);
2
/*
3
if (node.path.dirname(__file__) !== "test-test.js") {
4
    throw "wrong __file__ argument";
5
}
6
*/
7

    
8
var mjsunit = require("./mjsunit.js");
9
node.blocking.print(__file__);
10

    
11
mjsunit.assertFalse(false, "testing the test program.");
12
//mjsunit.assertEquals("test-test.js", __file__);