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
1010
1111var x = require ( "./src/demo.bs.js" ) ;
1212assert . 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(
1515assert . ok ( demo_bs_js . includes ( "liba/src/demo.bs.js" ) ) ;
1616assert . equal ( x . v , 3 ) ;
1717
18- var merlin = fs . readFileSync ( path . join ( __dirname , ".merlin" ) , "utf8" ) ;
1918var 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 ) ;
2319
2420var testDepsNoWarning = "-w a" ;
2521function hasWarnError ( file ) {
You can’t perform that action at this time.
0 commit comments