File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4053,13 +4053,13 @@ external ff :
40534053 (Ext_string.contain_substring should_err.stderr "simple")
40544054 end;
40554055
4056- __LOC__ >:: begin fun _ ->
4056+ (* __LOC__ >:: begin fun _ ->
40574057 let should_err = bsc_check_eval {|
40584058 external f : string -> unit -> unit = "x.y" [@@bs.send]
40594059 |} in
40604060 OUnit.assert_bool __LOC__
40614061 (Ext_string.contain_substring should_err.stderr "Not a valid method name")
4062- end;
4062+ end; *)
40634063
40644064
40654065
Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ external ff :
153153 (Ext_string. contain_substring should_err.stderr " simple" )
154154 end;
155155
156- __LOC__ > :: begin fun _ ->
156+ (* __LOC__ >:: begin fun _ ->
157157 let should_err = bsc_check_eval {|
158158 external f : string -> unit -> unit = "x.y" [@@bs.send]
159159 |} in
160160 OUnit.assert_bool __LOC__
161161 (Ext_string.contain_substring should_err.stderr "Not a valid method name")
162- end;
162+ end; *)
163163
164164
165165
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ function checkPrebuilt() {
146146
147147
148148function non_windows_npm_release ( ) {
149- if ( fs . existsSync ( path . join ( lib_dir , 'bsc.exe ') ) ) {
150- console . log ( 'Found bsc.exe , assume it was already built' )
149+ if ( fs . existsSync ( path . join ( lib_dir , 'ocaml' , 'pervasives.cmi ') ) ) {
150+ console . log ( 'Found pervasives.cmi , assume it was already built' )
151151 return true // already built before
152152 }
153153 if ( checkPrebuilt ( ) ) {
@@ -178,4 +178,4 @@ if (is_windows) {
178178else {
179179 non_windows_npm_release ( )
180180}
181- setUpNinja ( )
181+ setUpNinja ( )
You can’t perform that action at this time.
0 commit comments