File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,3 @@ child_process.execSync(`${rescript_exe} clean -with-deps && ${rescript_exe} buil
10
10
11
11
var x = require ( "./src/demo.bs.js" ) ;
12
12
assert . equal ( x . v , 42 ) ;
13
-
14
- var merlin = fs . readFileSync ( path . join ( __dirname , ".merlin" ) , "utf8" ) ;
15
- assert . ok ( merlin . includes ( "-open Foo_bar" ) ) ;
Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ var demo_bs_js = fs.readFileSync(
15
15
assert . ok ( demo_bs_js . includes ( "liba/src/demo.bs.js" ) ) ;
16
16
assert . equal ( x . v , 3 ) ;
17
17
18
- var merlin = fs . readFileSync ( path . join ( __dirname , ".merlin" ) , "utf8" ) ;
19
18
var warn_flag = "-40+6+7" ; // Note it is additive now
20
- assert . ok ( merlin . includes ( "-open" ) ) ;
21
- assert . ok ( merlin . includes ( warn_flag ) ) ;
22
- assert . ok ( merlin . includes ( "emptydir" ) !== true ) ;
23
19
24
20
var testDepsNoWarning = "-w a" ;
25
21
function hasWarnError ( file ) {
You can’t perform that action at this time.
0 commit comments