Skip to content

Commit b114eaa

Browse files
author
Hongbo Zhang
committed
remove files
1 parent 0a9e73f commit b114eaa

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

jscomp/test/fs_test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
'use strict';
22

33
var Fs = require("fs");
4-
var Path = require("path");
4+
var Mt = require("./mt");
55
var Block = require("../../lib/js/block");
6+
var Path = require("path");
67

78
var suites = [/* [] */0];
89

@@ -49,6 +50,8 @@ eq('File "fs_test.ml", line 38, characters 5-12', /* tuple */[
4950
"test"
5051
]);
5152

53+
Mt.from_pair_suites("fs_test.ml", suites[0]);
54+
5255
exports.suites = suites;
5356
exports.test_id = test_id;
5457
exports.eq = eq;

jscomp/test/fs_test.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ let () =
3939

4040

4141

42-
(* let () = Mt.from_pair_suites __FILE__ !suites *)
42+
let () = Mt.from_pair_suites __FILE__ !suites

lib/js/bs_node.js

-10
This file was deleted.

0 commit comments

Comments
 (0)